From b4b1ef68398b68dcdfa29465d06cd76d6bf2c49d Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Mon, 23 Jan 2012 15:17:32 -0800 Subject: rebuild with new templates --- docs/assets/js/application.js | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/assets/js/application.js') diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 93f7ea719..2da4ab8e2 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -24,6 +24,7 @@ $(function(){ // table sort example if ($.fn.tableSorter) { $("#sortTableExample").tablesorter( { sortList: [[ 1, 0 ]] } ) + $(".tablesorter-example").tablesorter({ sortList: [[1,0]] }) } // add on logic -- cgit v1.2.3