summaryrefslogtreecommitdiffstats
path: root/snow
diff options
context:
space:
mode:
Diffstat (limited to 'snow')
-rw-r--r--snow/snow.css2
-rw-r--r--snow/snow.js4
2 files changed, 3 insertions, 3 deletions
diff --git a/snow/snow.css b/snow/snow.css
index 9413ffe..09296ac 100644
--- a/snow/snow.css
+++ b/snow/snow.css
@@ -5,7 +5,7 @@
* JQUERY TABLESORTER
*--------------------------------------------------------------------------------*/
-@import "../static/tablesorter/theme.blue.css";
+@import "../static/tablesorter/theme.default.css";
/*
* -----------------------------------------------------------------------
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");
});