mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-31 03:30:23 +00:00
Merge pull request #1149 from Calvein/2.0-wip
[base-css] Fixed a nasty "mailto" typo and added jquery.tablesorter
This commit is contained in:
commit
03d2128f50
2 changed files with 3 additions and 2 deletions
|
|
@ -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]] })
|
||||
}
|
||||
|
|
|
|||
|
|
@ -181,7 +181,7 @@
|
|||
</address>
|
||||
<address>
|
||||
<strong>Full Name</strong><br>
|
||||
<a mailto="#">first.last@gmail.com</a>
|
||||
<a href="mailto:#">first.last@gmail.com</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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue