summaryrefslogtreecommitdiffstats
path: root/alps/alps.js
diff options
context:
space:
mode:
Diffstat (limited to 'alps/alps.js')
-rw-r--r--alps/alps.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/alps/alps.js b/alps/alps.js
index 07c7e76..01e9142 100644
--- a/alps/alps.js
+++ b/alps/alps.js
@@ -1,5 +1,5 @@
-// Add tablesorter-blue class to .tablesorter objects
+// Add tablesorter-ice class to .tablesorter objects
// Note: you must load jquery before loading this file
$(document).ready(function() {
- $(".tablesorter").addClass("tablesorter-blue");
+ $(".tablesorter").addClass("tablesorter-ice");
});