aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/js/application.js2
-rw-r--r--docs/base-css.html3
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js
index 2da4ab8e2..95caa0f31 100644
--- a/docs/assets/js/application.js
+++ b/docs/assets/js/application.js
@@ -22,7 +22,7 @@ $(function(){
window.prettyPrint && prettyPrint()
// table sort example
- if ($.fn.tableSorter) {
+ if ($.fn.tablesorter) {
$("#sortTableExample").tablesorter( { sortList: [[ 1, 0 ]] } )
$(".tablesorter-example").tablesorter({ sortList: [[1,0]] })
}
diff --git a/docs/base-css.html b/docs/base-css.html
index 92117b80e..0f24e0bb7 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -181,7 +181,7 @@
</address>
<address>
<strong>Full Name</strong><br>
- <a mailto="#">[email protected]</a>
+ <a href="mailto:#">[email protected]</a>
</address>
</div>
<div class="span4">
@@ -1510,6 +1510,7 @@
<!-- <script src="http://code.jquery.com/jquery-1.7.min.js"></script> -->
<script src="../js/tests/vendor/jquery.js"></script>
<script src="assets/js/google-code-prettify/prettify.js"></script>
+ <script src="assets/js/jquery.tablesorter.js"></script>
<script src="../js/bootstrap-transition.js"></script>
<script src="../js/bootstrap-alert.js"></script>
<script src="../js/bootstrap-modal.js"></script>