From ab8f4a394c3ffef58e11c872f27927a9ffe4db11 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sat, 28 Jan 2012 01:48:45 -0800 Subject: remove js for table sorts --- docs/assets/js/application.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs') diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index f4edd6861..8fd672bb3 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -14,12 +14,6 @@ // make code pretty window.prettyPrint && prettyPrint() - // table sort example - if ($.fn.tablesorter) { - $("#sortTableExample").tablesorter({ sortList: [[1,0]] }) - $(".tablesorter-example").tablesorter({ sortList: [[1,0]] }) - } - // add-ons $('.add-on :checkbox').on('click', function () { var $this = $(this) -- cgit v1.2.3 From d4659521386eab794eaf67f57e8762656aa28de7 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sat, 28 Jan 2012 11:03:39 -0800 Subject: clean up js api for dropdowns --- docs/assets/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 7a5568041..cd0d620bf 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1986,7 +1986,7 @@ table .span12 { .navbar-search .search-query :-moz-placeholder { color: #eeeeee; } -.navbar-search .search-query ::-webkit-input-placeholder { +.navbar-search .search-query::-webkit-input-placeholder { color: #eeeeee; } .navbar-search .search-query:hover { -- cgit v1.2.3