2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Switch to jQuery 2.1.4.

Now that we don't support IE 8 it's safe to do that.
This commit is contained in:
XhmikosR
2015-09-06 13:03:34 +03:00
parent f24636279d
commit a50849f61b
16 changed files with 22 additions and 24 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="{{ site.cdn.jquery }}"></script>
<script>window.jQuery || document.write('<script src="{{ site.baseurl }}/assets/js/vendor/jquery.min.js"><\/script>')</script>
{% if site.github %}