From: Jacob Thornton Date: Fri, 23 Dec 2011 03:17:41 +0000 (-0800) Subject: check for prettyprint on window X-Git-Tag: v2.0.0~6^2~387^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3396fc0542a5fbbed658a95f931472fc24feee56;p=thirdparty%2Fbootstrap.git check for prettyprint on window --- diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index c8e796a398..eae84b138f 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -17,7 +17,7 @@ $(function(){ // ================== // make code pretty - prettyPrint && prettyPrint() + window.prettyPrint && prettyPrint() // table sort example if ($.fn.tableSorter) {