From: Jacob Thornton Date: Sat, 28 Jan 2012 09:48:45 +0000 (-0800) Subject: remove js for table sorts X-Git-Tag: v2.0.0~6^2~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab8f4a394c3ffef58e11c872f27927a9ffe4db11;p=thirdparty%2Fbootstrap.git remove js for table sorts --- diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index f4edd68616..8fd672bb39 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)