Browse Source

- Added jquery blockUI, useful when performing asynchronous (ajax) calls.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@341 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 years ago
parent
commit
30036955a8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/itopwebpage.class.inc.php

+ 1 - 0
application/itopwebpage.class.inc.php

@@ -35,6 +35,7 @@ class iTopWebPage extends NiceWebPage
 		$this->add_linked_script("../js/date.js");
 		$this->add_linked_script("../js/jquery.date.picker.js");
 		$this->add_linked_script("../js/jquery.tablesorter.min.js");
+		$this->add_linked_script("../js/jquery.blockUI.js");
 		$this->add_linked_script("../js/utils.js");
 		//$this->add_linked_script("../js/jquery-ui-personalized-1.5.3.js");
 		$this->add_linked_script("../js/swfobject.js");