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