]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Added short instruction for obtaining respond.js 9011/head
authorBryan Keiren <bryankeiren@gmail.com>
Fri, 2 Aug 2013 16:07:31 +0000 (18:07 +0200)
committerBryan Keiren <bryankeiren@gmail.com>
Fri, 2 Aug 2013 16:07:31 +0000 (18:07 +0200)
The Getting-Started page only lists the actual instructions for respond.js (its purpose and source) *after* listing a piece of example HTML code for the user to copy and paste. It would probably be more clear if that piece of HTML code actually lists where the user can obtain respond.js. Otherwise the user has to scroll down and read 1 specific line on the rest of the page (under the 'IE 8 and 9' compatibility section), in order to know that respond.js can be obtained from a GitHub page (and that it is in fact NOT part of the downloadable Bootstrap file that's provided earlier on the page, even though the use of response.js in the example HTML code seems to suggest that it *is* part of the Bootstrap download).

It's a minor issue but this fix should make it just a little bit more clear to a user how the example HTML code works (lest they copy/paste it and find out the browser can't find respond.js).

getting-started.html

index 0b4f6a959225a067593f0c4713a80528a14209f1..2f72fa7677fe32aaca683ce78b3d4fd28528a1bd 100644 (file)
@@ -112,7 +112,7 @@ bootstrap/
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="js/bootstrap.min.js"></script>
 
-    <!-- Optionally enable responsive features in IE8 -->
+    <!-- Optionally enable responsive features in IE8. Respond.js can be obtained from https://github.com/scottjehl/Respond -->
     <script src="js/respond.js"></script>
   </body>
 </html>