File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 8181 preview : function() {
8282 var url = '<?php echo $ baseurl_short?> plugins/pdf_export/pages/pdf_export_gen.php';
8383 var confignameval = jQuery('#configselect').val();
84+ jQuery("#configname").val(confignameval);
8485 if (confignameval ==''){
8586 jQuery("a#deleteconfig").hide();
8687 } else {
@@ -187,6 +188,8 @@ function loadIt() {
187188<form method=post name="annotateform" id="annotateform" action="<?php echo $ baseurl_short?> plugins/pdf_export/pages/pdf_export_gen.php" >
188189<input type=hidden name="ref" value="<?php echo $ ref?> ">
189190<input type=hidden name="uniqid" value="<?php echo $ uniqid?> ">
191+ <input type=hidden name="configname" id="configname" value="">
192+
190193
191194<?php if ($ is_collection ){?>
192195<div class="Question">
You can’t perform that action at this time.
0 commit comments