From 45d5efe73a0cd8091675a8ddb3ca3d95a4bc2080 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 19 Nov 2013 20:54:54 +0000 Subject: Add alps.js and change tablesorter theme for several skins --- ice/ice.css | 2 +- ice/ice.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ice') diff --git a/ice/ice.css b/ice/ice.css index bf29710..d88a92c 100644 --- a/ice/ice.css +++ b/ice/ice.css @@ -14,7 +14,7 @@ * JQUERY TABLESORTER *--------------------------------------------------------------------------------*/ -@import "../static/tablesorter/theme.blue.css"; +@import "../static/tablesorter/theme.default.css"; /*---------------------------------------------------------------------------------- * GENERAL diff --git a/ice/ice.js b/ice/ice.js index 07c7e76..6eb1a97 100644 --- a/ice/ice.js +++ b/ice/ice.js @@ -1,5 +1,5 @@ -// Add tablesorter-blue class to .tablesorter objects +// Add tablesorter-default class to .tablesorter objects // Note: you must load jquery before loading this file $(document).ready(function() { - $(".tablesorter").addClass("tablesorter-blue"); + $(".tablesorter").addClass("tablesorter-default"); }); -- cgit v1.2.3