mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Cleanup
SVN:trunk[542]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user