aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css2
-rw-r--r--docs/assets/js/application.js6
2 files changed, 1 insertions, 7 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index bc4961b05..5265b14df 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1983,7 +1983,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 {
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)