]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix holder.js links in examples
authorJulian Thilo <bigj95t@gmail.com>
Sat, 18 Jan 2014 21:58:05 +0000 (22:58 +0100)
committerJulian Thilo <bigj95t@gmail.com>
Sat, 18 Jan 2014 21:58:05 +0000 (22:58 +0100)
Replaces links to holder.js with links to the new docs.min.js.
The uncompressed holder.js file is now in docs/assets/js/vendor,
which is excluded from Jekyll builds. In turn, Holder is now
included in docs.min.js, which is smaller than holder.js,
so this should make everybody happy. :)

docs/examples/blog/index.html
docs/examples/carousel/index.html
docs/examples/cover/index.html
docs/examples/dashboard/index.html
docs/examples/theme/index.html

index e0a92c2076bfa7bdf554375bba49e3f8bd1b5cc2..575a0fd15e1e593a324a16e51872c95e0445e02b 100644 (file)
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
     <script src="../../dist/js/bootstrap.min.js"></script>
-    <script src="../../assets/js/holder.js"></script>
+    <script src="../../assets/js/docs.min.js"></script>
   </body>
 </html>
index 3f53947b85ff663fc9bd3cad36ed659fe6209d96..5d45a9ca211c477f63a6a993360cbd2d58cd0c12 100644 (file)
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
     <script src="../../dist/js/bootstrap.min.js"></script>
-    <script src="../../assets/js/holder.js"></script>
+    <script src="../../assets/js/docs.min.js"></script>
   </body>
 </html>
index 2bef113859240a844c26c58530f0efb2cab6c251..094afdf13e208e33db960a6da8a1324b306780a3 100644 (file)
@@ -70,6 +70,6 @@
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
     <script src="../../dist/js/bootstrap.min.js"></script>
-    <script src="../../assets/js/holder.js"></script>
+    <script src="../../assets/js/docs.min.js"></script>
   </body>
 </html>
index d066448782db133fc1d9bad78695fee16ebf8467..83c6eb97d785d8b85bf770c9dcd6dd656faf87c3 100644 (file)
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
     <script src="../../dist/js/bootstrap.min.js"></script>
-    <script src="../../assets/js/holder.js"></script>
+    <script src="../../assets/js/docs.min.js"></script>
   </body>
 </html>
index fea282396577cc6f83f6df41db1e0f84e4a7d2d8..080f480f842a24a215f3466b825893696160fa5c 100644 (file)
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
     <script src="../../dist/js/bootstrap.min.js"></script>
-    <script src="../../assets/js/holder.js"></script>
+    <script src="../../assets/js/docs.min.js"></script>
   </body>
 </html>