Skip to content

Commit 3ea10b5

Browse files
committed
Update jqery to 1.11.3. Commit ready for merge.
- Legacy-Id: 9729
1 parent e5b37e1 commit 3ea10b5

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

ietf/secr/templates/base_secr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{% block extrastyle %}{% endblock %}
1212

1313
{% block extrahead %}
14-
<script type="text/javascript" src="/js/lib/jquery-1.11.2.min.js"></script>
14+
<script type="text/javascript" src="/js/lib/jquery-1.11.3.min.js"></script>
1515
{% endblock %}
1616

1717
{% block blockbots %}<meta name="robots" content="NONE,NOARCHIVE" />{% endblock %}

ietf/templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@
154154
</div>
155155
</footer>
156156
</div>
157-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
158-
<script>window.jQuery || document.write('<script src="/js/lib/jquery-1.11.2.min.js"><\/script>')</script>
157+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
158+
<script>window.jQuery || document.write('<script src="/js/lib/jquery-1.11.3.min.js"><\/script>')</script>
159159
{% comment %}
160160
<!-- Remove the *-nojs attributes if we are running js. This depends on jQuery's removeClass(): -->
161161
<!-- Do this as early as possible (after loading the page and jQuery) to avoid rendering changes -->

static/js/lib/jquery-1.11.2.min.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

static/js/lib/jquery-1.11.3.min.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)