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>2011-06-28 04:09:20 +0400
committerJacob Thornton <jacobthornton@gmail.com>2011-06-28 04:09:20 +0400
commit9b5c2662e4a07aae82b32bef35eb5b5201dc1917 (patch)
tree1cedd1852c333efa5f971a06ac89b230ba59fab9
parentdd769f9a6e4419f0588a4c947961ae148fdb3671 (diff)
fix table-sorter link
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 353adc0b0a..d9634f81bd 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -10,7 +10,7 @@
<!-- Le javascript -->
<script src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
- <script src="http://tablesorter.com/jquery.tablesorter.min.js"></script>
+ <script src="http://autobahn.tablesorter.com/jquery.tablesorter.min.js"></script>
<script src="assets/js/jquery/hashgrid.js"></script>
<script src="assets/js/jquery/chili/jquery.chili-2.2.js"></script>
<script src="assets/js/jquery/chili/recipes.js"></script>