From: Mark Otto Date: Fri, 17 May 2013 03:07:48 +0000 (-0700) Subject: remove prettyprint js mention X-Git-Tag: v3.0.0-rc1~341 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55a1416789c9c9f448528926016d0fa97f233578;p=thirdparty%2Fbootstrap.git remove prettyprint js mention --- diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 9467ea84c8..02785a49c3 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -27,9 +27,6 @@ $('.bs-top').affix() }, 100) - // make code pretty - window.prettyPrint && prettyPrint() - // add-ons $('.add-on :checkbox').on('click', function () { var $this = $(this)