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