Browse Source

Cleanup

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

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

@@ -136,7 +136,6 @@ class iTopWebPage extends NiceWebPage
 		$("#accordion").accordion({ header: "h3", navigation: true, autoHeight: false, collapsible: false });
  	});
 		
-	//$("div[id^=tabbedContent] > ul").tabs( 1, { fxFade: true, fxSpeed: 'fast' } ); // tabs
 	$("div[id^=tabbedContent]").tabs(); // tabs
 	$("table.listResults").tableHover(); // hover tables
 	$(".listResults").tablesorter( { headers: { 0:{sorter: false }}, widgets: ['zebra', 'truncatedList']} ); // sortable and zebra tables