aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorKarthik Viswanathan <[email protected]>2011-08-26 00:00:05 -0700
committerKarthik Viswanathan <[email protected]>2011-08-26 00:00:05 -0700
commit0a34a6d4b2131d28ed3d09857c2ccf78f139f837 (patch)
treec4cf787d17c1dd247afd270e3f2d31bcaa6920f3 /docs/index.html
parentcf47ef0b2eb737e00d37b41ae545fbfbf10c6196 (diff)
downloadbootstrap-0a34a6d4b2131d28ed3d09857c2ccf78f139f837.tar.xz
bootstrap-0a34a6d4b2131d28ed3d09857c2ccf78f139f837.zip
Made JavaScript unobtrusive by factoring out prettyPrint() to application.js. Also removed unused class from hero demo.
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index 58be9e8b5..be77950e7 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -29,7 +29,7 @@
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
</head>
- <body onload="prettyPrint();">
+ <body>
<!-- Topbar
================================================== -->
@@ -1383,4 +1383,4 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
</div>
</body>
-</html> \ No newline at end of file
+</html>