]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use just holder.js instead of docs.min.js in examples when possible 15765/head
authorChris Rebert <code@rebertia.com>
Sun, 8 Feb 2015 01:59:19 +0000 (17:59 -0800)
committerChris Rebert <code@rebertia.com>
Tue, 17 Feb 2015 03:17:01 +0000 (19:17 -0800)
And add explanatory comments to the Carousel & Dashboard examples regarding holder.js

[skip sauce]

docs/examples/carousel/index.html
docs/examples/dashboard/index.html

index 3bf025daab6f41bd3dd8e2709d4c10128a07d564..15b1e5c0dca691ba577a518fe678dea0f575e02d 100644 (file)
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <script src="../../dist/js/bootstrap.min.js"></script>
-    <script src="../../assets/js/docs.min.js"></script>
+    <!-- Just to make our placeholder images work. Don't actually copy the next line! -->
+    <script src="../../assets/js/vendor/holder.js"></script>
     <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
     <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
   </body>
index 463dbdcb9a84d92741fe803532135130f4443d05..3e5421c983255780acae5950b704a35ceb76017d 100644 (file)
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <script src="../../dist/js/bootstrap.min.js"></script>
-    <script src="../../assets/js/docs.min.js"></script>
+    <!-- Just to make our placeholder images work. Don't actually copy the next line! -->
+    <script src="../../assets/js/vendor/holder.js"></script>
     <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
     <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
   </body>