소스 검색

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1225 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 14 년 전
부모
커밋
a5cca3fb42
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      application/itopwebpage.class.inc.php
  2. 0 1
      application/portalwebpage.class.inc.php

+ 0 - 1
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");

+ 0 - 1
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");