2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03: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:
Mark Otto
2012-01-24 16:08:09 -08:00
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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]] })
}