call printDropFolderChooserJs only if dropfolder is set

This commit is contained in:
Uwe Steinmann 2016-03-18 16:32:55 +01:00
parent c583feb868
commit e58de66f38

View File

@ -75,7 +75,9 @@ $(document).ready(function() {
});
<?php
$this->printKeywordChooserJs("form1");
if($dropfolderdir) {
$this->printDropFolderChooserJs("form1");
}
} /* }}} */
function show() { /* {{{ */