From e42b0513a0e5fee0c0460c7e52aa717b54ac003d Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Fri, 22 Apr 2011 13:30:41 +0000 Subject: [PATCH] Removed the 'bgiframe' javascript , which was designed for fixing IE6 issues only and causes troubles with IE9. SVN:trunk[1225] --- application/itopwebpage.class.inc.php | 1 - application/portalwebpage.class.inc.php | 1 - 2 files changed, 2 deletions(-) diff --git a/application/itopwebpage.class.inc.php b/application/itopwebpage.class.inc.php index e77a60d34a..f29f70a4ba 100644 --- a/application/itopwebpage.class.inc.php +++ b/application/itopwebpage.class.inc.php @@ -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"); diff --git a/application/portalwebpage.class.inc.php b/application/portalwebpage.class.inc.php index 295083363a..d7e202abf6 100644 --- a/application/portalwebpage.class.inc.php +++ b/application/portalwebpage.class.inc.php @@ -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");