diff options
| author | Jacob Thornton <[email protected]> | 2012-01-23 15:17:32 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-23 15:17:32 -0800 |
| commit | b4b1ef68398b68dcdfa29465d06cd76d6bf2c49d (patch) | |
| tree | c833a8f3c5c41a4738a8901a86667a1f406cc7eb /docs/assets/js/application.js | |
| parent | 9a68f115e7d850c47297bc7931fcbd1125b39f59 (diff) | |
| download | bootstrap-b4b1ef68398b68dcdfa29465d06cd76d6bf2c49d.tar.xz bootstrap-b4b1ef68398b68dcdfa29465d06cd76d6bf2c49d.zip | |
rebuild with new templates
Diffstat (limited to 'docs/assets/js/application.js')
| -rw-r--r-- | docs/assets/js/application.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
