Skip to content

Commit be4eb81

Browse files
SilverDavmmoqui
authored andcommitted
bug #14490: adjustment of the popup window size and javadoc added
1 parent 95172cd commit be4eb81

File tree

1 file changed

+1
-1
lines changed
  • kmelia/kmelia-war/src/main/webapp/kmelia/jsp/javaScript

1 file changed

+1
-1
lines changed

kmelia/kmelia-war/src/main/webapp/kmelia/jsp/javaScript/navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function importFiles()
5959
function openExportPDFPopup() {
6060
const chemin = "ExportAttachementsToPDF?TopicId=" + getCurrentNodeId();
6161
const largeur = "720";
62-
const hauteur = "500";
62+
const hauteur = "300";
6363
SP_openWindow(chemin, "ExportWindow", largeur, hauteur, "scrollbars=yes, resizable=yes");
6464
}
6565

0 commit comments

Comments
 (0)