Removed the 'bgiframe' javascript , which was designed for fixing IE6 issues only and causes troubles with IE9.

SVN:trunk[1225]
This commit is contained in:
Denis Flaven
2011-04-22 13:30:41 +00:00
parent f92a7df522
commit e42b0513a0
2 changed files with 0 additions and 2 deletions

View File

@@ -61,7 +61,6 @@ class iTopWebPage extends NiceWebPage
$this->add_linked_script("../js/jquery.tablehover.js");
$this->add_linked_script("../js/jquery.treeview.js");
$this->add_linked_script("../js/jquery.autocomplete.js");
$this->add_linked_script("../js/jquery.bgiframe.js");
$this->add_linked_script("../js/jquery.positionBy.js");
$this->add_linked_script("../js/jquery.popupmenu.js");
$this->add_linked_script("../js/date.js");

View File

@@ -58,7 +58,6 @@ class PortalWebPage extends NiceWebPage
$this->add_linked_script("../js/jquery.tablehover.js");
$this->add_linked_script("../js/jquery.treeview.js");
$this->add_linked_script("../js/jquery.autocomplete.js");
$this->add_linked_script("../js/jquery.bgiframe.js");
$this->add_linked_script("../js/jquery.positionBy.js");
$this->add_linked_script("../js/jquery.popupmenu.js");
$this->add_linked_script("../js/date.js");