|
|
|
@ -711,8 +711,8 @@ function convertModal (id, format) { |
|
|
|
api_get_self() . '?' . api_get_cidreq() . |
|
|
|
api_get_self() . '?' . api_get_cidreq() . |
|
|
|
'&curdirpath=' . $curdirpath . |
|
|
|
'&curdirpath=' . $curdirpath . |
|
|
|
'&action=convertToPdf&formatTarget=' . |
|
|
|
'&action=convertToPdf&formatTarget=' . |
|
|
|
'" + formatTarget + "&id=" + id + "' . |
|
|
|
'" + formatTarget + "&id=" + id + "&' . |
|
|
|
$req_gid . '&formatType=" + format; |
|
|
|
api_get_cidreq() . '&formatType=" + format; |
|
|
|
}); |
|
|
|
}); |
|
|
|
$("#convertModal").on("hidden", function(){ |
|
|
|
$("#convertModal").on("hidden", function(){ |
|
|
|
$("." + format + "FormatType").hide(); |
|
|
|
$("." + format + "FormatType").hide(); |
|
|
|
|