]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove prettyprint js mention
authorMark Otto <otto@github.com>
Fri, 17 May 2013 03:07:48 +0000 (20:07 -0700)
committerMark Otto <otto@github.com>
Fri, 17 May 2013 03:07:48 +0000 (20:07 -0700)
docs/assets/js/application.js

index 9467ea84c8a398f21f15a1e38ae2790ddc0c2127..02785a49c36d93732511dcf17493324bec97421b 100644 (file)
@@ -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)