diff options
-rwxr-xr-x | amelia/index.html | 7 | ||||
-rwxr-xr-x | cerulean/index.html | 7 | ||||
-rwxr-xr-x | cyborg/index.html | 7 | ||||
-rwxr-xr-x | default/index.html | 7 | ||||
-rw-r--r-- | index.html | 15 | ||||
-rwxr-xr-x | journal/index.html | 7 | ||||
-rwxr-xr-x | readable/index.html | 7 | ||||
-rwxr-xr-x | simplex/index.html | 7 | ||||
-rwxr-xr-x | slate/index.html | 7 | ||||
-rwxr-xr-x | spacelab/index.html | 7 | ||||
-rwxr-xr-x | spruce/index.html | 7 | ||||
-rwxr-xr-x | superhero/index.html | 7 | ||||
-rwxr-xr-x | united/index.html | 7 |
13 files changed, 33 insertions, 66 deletions
diff --git a/amelia/index.html b/amelia/index.html index 7abf6dff..dc1b36f1 100755 --- a/amelia/index.html +++ b/amelia/index.html @@ -654,11 +654,8 @@ <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="../assets/js/jquery.js"></script> - <script src="../assets/js/bootstrap-dropdown.js"></script> - <script src="../assets/js/bootstrap-scrollspy.js"></script> - <script src="../assets/js/bootstrap-collapse.js"></script> - <script src="../assets/js/bootstrap-tooltip.js"></script> + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> + <script src="../assets/js/bootstrap.min.js"></script> <script src="../js/application.js"></script> <script src="../js/bootswatch.js"></script> diff --git a/cerulean/index.html b/cerulean/index.html index e0defbbd..3929898e 100755 --- a/cerulean/index.html +++ b/cerulean/index.html @@ -654,11 +654,8 @@ <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="../assets/js/jquery.js"></script> - <script src="../assets/js/bootstrap-dropdown.js"></script> - <script src="../assets/js/bootstrap-scrollspy.js"></script> - <script src="../assets/js/bootstrap-collapse.js"></script> - <script src="../assets/js/bootstrap-tooltip.js"></script> + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> + <script src="../assets/js/bootstrap.min.js"></script> <script src="../js/application.js"></script> <script src="../js/bootswatch.js"></script> diff --git a/cyborg/index.html b/cyborg/index.html index bad1ba5b..7c55d27e 100755 --- a/cyborg/index.html +++ b/cyborg/index.html @@ -654,11 +654,8 @@ <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="../assets/js/jquery.js"></script> - <script src="../assets/js/bootstrap-dropdown.js"></script> - <script src="../assets/js/bootstrap-scrollspy.js"></script> - <script src="../assets/js/bootstrap-collapse.js"></script> - <script src="../assets/js/bootstrap-tooltip.js"></script> + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> + <script src="../assets/js/bootstrap.min.js"></script> <script src="../js/application.js"></script> <script src="../js/bootswatch.js"></script> diff --git a/default/index.html b/default/index.html index 066ca180..34e85ec8 100755 --- a/default/index.html +++ b/default/index.html @@ -651,11 +651,8 @@ <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="../assets/js/jquery.js"></script> - <script src="../assets/js/bootstrap-dropdown.js"></script> - <script src="../assets/js/bootstrap-scrollspy.js"></script> - <script src="../assets/js/bootstrap-collapse.js"></script> - <script src="../assets/js/bootstrap-tooltip.js"></script> + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> + <script src="../assets/js/bootstrap.min.js"></script> <script src="../js/application.js"></script> <script src="../js/bootswatch.js"></script> @@ -613,15 +613,18 @@ </div> <!-- /container --> - <script src="assets/js/jquery.js"></script> + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script src="assets/js/bootstrap-min.js"></script> <script src="js/bootswatch.js"></script> - <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> <script> - var taglines = []; - taglines.push('Free themes for <a target="_blank" href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>'); - taglines.push('Add color to your <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a> site without touching a color picker'); - taglines.push('Saving the web from default <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a>'); + !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"); + </script> + <script> + var taglines = [ + 'Free themes for <a target="_blank" href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>', + 'Add color to your <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a> site without touching a color picker', + 'Saving the web from default <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a>' + ]; var line = Math.floor((taglines.length) * Math.random()); $('#tagline').html(taglines[line]); diff --git a/journal/index.html b/journal/index.html index a1ebc7fc..93cff93e 100755 --- a/journal/index.html +++ b/journal/index.html @@ -654,11 +654,8 @@ <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="../assets/js/jquery.js"></script> - <script src="../assets/js/bootstrap-dropdown.js"></script> - <script src="../assets/js/bootstrap-scrollspy.js"></script> - <script src="../assets/js/bootstrap-collapse.js"></script> - <script src="../assets/js/bootstrap-tooltip.js"></script> + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> + <script src="../assets/js/bootstrap.min.js"></script> <script src="../js/application.js"></script> <script src="../js/bootswatch.js"></script> diff --git a/readable/index.html b/readable/index.html index 51e07b8d..7d9ca8d0 100755 --- a/readable/index.html +++ b/readable/index.html @@ -654,11 +654,8 @@ <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="../assets/js/jquery.js"></script> - <script src="../assets/js/bootstrap-dropdown.js"></script> - <script src="../assets/js/bootstrap-scrollspy.js"></script> - <script src="../assets/js/bootstrap-collapse.js"></script> - <script src="../assets/js/bootstrap-tooltip.js"></script> + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> + <script src="../assets/js/bootstrap.min.js"></script> <script src="../js/application.js"></script> <script src="../js/bootswatch.js"></script> diff --git a/simplex/index.html b/simplex/index.html index 2bf7d746..b6d2c3c1 100755 --- a/simplex/index.html +++ b/simplex/index.html @@ -653,11 +653,8 @@ <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="../assets/js/jquery.js"></script> - <script src="../assets/js/bootstrap-dropdown.js"></script> - <script src="../assets/js/bootstrap-scrollspy.js"></script> - <script src="../assets/js/bootstrap-collapse.js"></script> - <script src="../assets/js/bootstrap-tooltip.js"></script> + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> + <script src="../assets/js/bootstrap.min.js"></script> <script src="../js/application.js"></script> <script src="../js/bootswatch.js"></script> diff --git a/slate/index.html b/slate/index.html index 4a7178fe..6b9f92ca 100755 --- a/slate/index.html +++ b/slate/index.html @@ -654,11 +654,8 @@ <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="../assets/js/jquery.js"></script> - <script src="../assets/js/bootstrap-dropdown.js"></script> - <script src="../assets/js/bootstrap-scrollspy.js"></script> - <script src="../assets/js/bootstrap-collapse.js"></script> - <script src="../assets/js/bootstrap-tooltip.js"></script> + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> + <script src="../assets/js/bootstrap.min.js"></script> <script src="../js/application.js"></script> <script src="../js/bootswatch.js"></script> diff --git a/spacelab/index.html b/spacelab/index.html index c511755e..7c6c0a96 100755 --- a/spacelab/index.html +++ b/spacelab/index.html @@ -653,11 +653,8 @@ <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="../assets/js/jquery.js"></script> - <script src="../assets/js/bootstrap-dropdown.js"></script> - <script src="../assets/js/bootstrap-scrollspy.js"></script> - <script src="../assets/js/bootstrap-collapse.js"></script> - <script src="../assets/js/bootstrap-tooltip.js"></script> + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> + <script src="../assets/js/bootstrap.min.js"></script> <script src="../js/application.js"></script> <script src="../js/bootswatch.js"></script> diff --git a/spruce/index.html b/spruce/index.html index 6f9108fe..550934c3 100755 --- a/spruce/index.html +++ b/spruce/index.html @@ -652,11 +652,8 @@ <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="../assets/js/jquery.js"></script> - <script src="../assets/js/bootstrap-dropdown.js"></script> - <script src="../assets/js/bootstrap-scrollspy.js"></script> - <script src="../assets/js/bootstrap-collapse.js"></script> - <script src="../assets/js/bootstrap-tooltip.js"></script> + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> + <script src="../assets/js/bootstrap.min.js"></script> <script src="../js/application.js"></script> <script src="../js/bootswatch.js"></script> diff --git a/superhero/index.html b/superhero/index.html index 0a438d54..606e1840 100755 --- a/superhero/index.html +++ b/superhero/index.html @@ -652,11 +652,8 @@ <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="../assets/js/jquery.js"></script> - <script src="../assets/js/bootstrap-dropdown.js"></script> - <script src="../assets/js/bootstrap-scrollspy.js"></script> - <script src="../assets/js/bootstrap-collapse.js"></script> - <script src="../assets/js/bootstrap-tooltip.js"></script> + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> + <script src="../assets/js/bootstrap.min.js"></script> <script src="../js/application.js"></script> <script src="../js/bootswatch.js"></script> diff --git a/united/index.html b/united/index.html index c7d9c21b..12ff553b 100755 --- a/united/index.html +++ b/united/index.html @@ -652,11 +652,8 @@ <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="../assets/js/jquery.js"></script> - <script src="../assets/js/bootstrap-dropdown.js"></script> - <script src="../assets/js/bootstrap-scrollspy.js"></script> - <script src="../assets/js/bootstrap-collapse.js"></script> - <script src="../assets/js/bootstrap-tooltip.js"></script> + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> + <script src="../assets/js/bootstrap.min.js"></script> <script src="../js/application.js"></script> <script src="../js/bootswatch.js"></script> |