Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-01-24 03:17:32 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-01-24 03:17:32 +0400
commitb4b1ef68398b68dcdfa29465d06cd76d6bf2c49d (patch)
treec833a8f3c5c41a4738a8901a86667a1f406cc7eb /docs/assets/js/application.js
parent9a68f115e7d850c47297bc7931fcbd1125b39f59 (diff)
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 93f7ea719c..2da4ab8e2e 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