mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 23:24:57 +00:00
remove duplicat call of $this->printDropFolderChooserJs()
This commit is contained in:
parent
909bfc4a30
commit
60d0a6cae4
|
@ -144,7 +144,6 @@ $(document).ready(function() {
|
||||||
});
|
});
|
||||||
<?php
|
<?php
|
||||||
$this->printKeywordChooserJs("form1");
|
$this->printKeywordChooserJs("form1");
|
||||||
$this->printDropFolderChooserJs("form1");
|
|
||||||
if($libraryfolder)
|
if($libraryfolder)
|
||||||
$this->printDocumentChooserJs("form1");
|
$this->printDocumentChooserJs("form1");
|
||||||
if($dropfolderdir) {
|
if($dropfolderdir) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user