aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-15 16:26:42 -0700
committerMark Otto <[email protected]>2012-07-15 16:26:42 -0700
commit40ab928315f4db0566c92b36373ff60b3abfffbc (patch)
treeb4bd2738ab893388daedeab5e3d3d4e572bc1087 /docs/getting-started.html
parente20d2dfe9d1f43e164d8fdbef64f4041df70b762 (diff)
parent74b167b86d981190120cbc8ba350e99702f0ec00 (diff)
downloadbootstrap-40ab928315f4db0566c92b36373ff60b3abfffbc.tar.xz
bootstrap-40ab928315f4db0566c92b36373ff60b3abfffbc.zip
Merge pull request #4083 from martinbean/2.1.0-wip
Moved JS to bottom as per best practices
Diffstat (limited to 'docs/getting-started.html')
-rw-r--r--docs/getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html
index 51eab2841..d46232fc2 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -216,10 +216,10 @@
&lt;title&gt;Bootstrap 101 Template&lt;/title&gt;
&lt;!-- Bootstrap --&gt;
&lt;link href="css/bootstrap.min.css" rel="stylesheet"&gt;
- &lt;script src="js/bootstrap.min.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;h1&gt;Hello, world!&lt;/h1&gt;
+ &lt;script src="js/bootstrap.min.js"&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>