Ajax file upload is now part of the standard JS includes in the iTop pages.

SVN:trunk[2306]
This commit is contained in:
Denis Flaven
2012-10-20 13:36:20 +00:00
parent c05c1062ce
commit 08a320cf2b
6 changed files with 2 additions and 193 deletions

View File

@@ -77,6 +77,7 @@ class iTopWebPage extends NiceWebPage
$this->add_linked_script('../js/g.dot.js');
$this->add_linked_script('../js/charts.js');
$this->add_linked_script('../js/jquery.multiselect.min.js');
$this->add_linked_script('../js/ajaxfileupload.js');
$sSearchAny = addslashes(Dict::S('UI:SearchValue:Any'));
$sSearchNbSelected = addslashes(Dict::S('UI:SearchValue:NbSelected'));