mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 17:05:46 +00:00
call printDropFolderChooserJs only if dropfolder is set
This commit is contained in:
parent
c583feb868
commit
e58de66f38
|
@ -75,7 +75,9 @@ $(document).ready(function() {
|
|||
});
|
||||
<?php
|
||||
$this->printKeywordChooserJs("form1");
|
||||
if($dropfolderdir) {
|
||||
$this->printDropFolderChooserJs("form1");
|
||||
}
|
||||
} /* }}} */
|
||||
|
||||
function show() { /* {{{ */
|
||||
|
|
Loading…
Reference in New Issue
Block a user