diff options
| author | Mark Otto <[email protected]> | 2012-07-15 16:26:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-15 16:26:42 -0700 |
| commit | 40ab928315f4db0566c92b36373ff60b3abfffbc (patch) | |
| tree | b4bd2738ab893388daedeab5e3d3d4e572bc1087 /docs/templates | |
| parent | e20d2dfe9d1f43e164d8fdbef64f4041df70b762 (diff) | |
| parent | 74b167b86d981190120cbc8ba350e99702f0ec00 (diff) | |
| download | bootstrap-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/templates')
| -rw-r--r-- | docs/templates/pages/getting-started.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index ed203281a..486a0b79a 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -145,10 +145,10 @@ <title>Bootstrap 101 Template</title> <!-- Bootstrap --> <link href="css/bootstrap.min.css" rel="stylesheet"> - <script src="js/bootstrap.min.js"></script> </head> <body> <h1>Hello, world!</h1> + <script src="js/bootstrap.min.js"></script> </body> </html> </pre> |
