summaryrefslogtreecommitdiffstats
path: root/alps/alps.js
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-11-19 20:54:54 +0000
committerTed Trask <ttrask01@yahoo.com>2013-11-19 20:54:54 +0000
commit45d5efe73a0cd8091675a8ddb3ca3d95a4bc2080 (patch)
treee9c19e2e61969690d425335065f81d2d512c3ad6 /alps/alps.js
parent56e25665b1d7e3438b4fa9854db6a15ce5e51295 (diff)
downloadacf-skins-45d5efe73a0cd8091675a8ddb3ca3d95a4bc2080.tar.bz2
acf-skins-45d5efe73a0cd8091675a8ddb3ca3d95a4bc2080.tar.xz
Add alps.js and change tablesorter theme for several skins
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");
});