diff options
Diffstat (limited to 'ice/ice.js')
-rw-r--r-- | ice/ice.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -// Add tablesorter-blue class to .tablesorter objects +// Add tablesorter-default class to .tablesorter objects // Note: you must load jquery before loading this file $(document).ready(function() { - $(".tablesorter").addClass("tablesorter-blue"); + $(".tablesorter").addClass("tablesorter-default"); }); |