From 540d229eba6e65c0d18b706df73fb51322b5ea40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Robichet?= Date: Tue, 24 Jan 2012 21:57:30 +0100 Subject: [PATCH 1/3] Fixed a mailto typo --- docs/base-css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/base-css.html b/docs/base-css.html index f21f25f6b3..79200009a2 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -181,7 +181,7 @@
Full Name
- first.last@gmail.com + first.last@gmail.com
From 925fef411090f06b34c5e86f4d0ed5630adff87b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Robichet?= Date: Tue, 24 Jan 2012 22:11:09 +0100 Subject: [PATCH 2/3] Typo on tablesorter --- docs/assets/js/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 2da4ab8e2e..95caa0f31a 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]] }) } From 5fb31670af6df88afb0a82872b6f7935486f91c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Robichet?= Date: Tue, 24 Jan 2012 22:12:37 +0100 Subject: [PATCH 3/3] Added jquery.tablesorter js file --- docs/base-css.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/base-css.html b/docs/base-css.html index 79200009a2..01c4d115c9 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1509,6 +1509,7 @@ +