Ricordisamoa has submitted this change and it was merged.

Change subject: Load newer versions of jQuery and Bootstrap from cdnjs
......................................................................


Load newer versions of jQuery and Bootstrap from cdnjs

Change-Id: I48dc367df4d8e974f92643f8848cd8d3763bad50
---
M templates/base.html
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Ricordisamoa: Verified; Looks good to me, approved



diff --git a/templates/base.html b/templates/base.html
index 5fa7c20..0a3e5b1 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -4,13 +4,13 @@
 <meta charset="utf-8">
 <title>{% block title %}{% endblock %}</title>
 <!-- Latest compiled and minified CSS -->
-<link rel="stylesheet" 
href="//tools-static.wmflabs.org/static/bootstrap/3.2.0/css/bootstrap.min.css">
+<link rel="stylesheet" 
href="//tools-static.wmflabs.org/cdnjs/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.min.css">
 
 <!-- jQuery -->
-<script 
src="//tools-static.wmflabs.org/static/jquery/2.1.0/jquery.min.js"></script>
+<script 
src="//tools-static.wmflabs.org/cdnjs/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
 
 <!-- Latest compiled and minified JavaScript -->
-<script 
src="//tools-static.wmflabs.org/static/bootstrap/3.2.0/js/bootstrap.min.js"></script>
+<script 
src="//tools-static.wmflabs.org/cdnjs/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"></script>
 {% block head %}{% endblock -%}
 </head>
 <body>{% block content %}{% endblock %}</body>

-- 
To view, visit https://gerrit.wikimedia.org/r/221098
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I48dc367df4d8e974f92643f8848cd8d3763bad50
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/translatemplate
Gerrit-Branch: master
Gerrit-Owner: Ricordisamoa <[email protected]>
Gerrit-Reviewer: Ricordisamoa <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to