aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js/application.js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-23 15:17:32 -0800
committerJacob Thornton <[email protected]>2012-01-23 15:17:32 -0800
commitb4b1ef68398b68dcdfa29465d06cd76d6bf2c49d (patch)
treec833a8f3c5c41a4738a8901a86667a1f406cc7eb /docs/assets/js/application.js
parent9a68f115e7d850c47297bc7931fcbd1125b39f59 (diff)
downloadbootstrap-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.js1
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