Skip to content

Commit c760f41

Browse files
authored
Update jquery to 3.2.1. (#1500)
1 parent 82390a1 commit c760f41

File tree

621 files changed

+621
-621
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

621 files changed

+621
-621
lines changed

lib/templates/_footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- footer-text placeholder -->
1313
</footer>
1414

15-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
15+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
1616
<script src="static-assets/typeahead.bundle.min.js"></script>
1717
<script src="static-assets/highlight.pack.js"></script>
1818
<script src="static-assets/URI.js"></script>

testing/test_package_docs/anonymous_library/anonymous_library-library.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h5>library anonymous_library</h5>
107107

108108
</footer>
109109

110-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
110+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
111111
<script src="static-assets/typeahead.bundle.min.js"></script>
112112
<script src="static-assets/highlight.pack.js"></script>
113113
<script src="static-assets/URI.js"></script>

testing/test_package_docs/anonymous_library/doesStuff.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h5>function doesStuff</h5>
7777

7878
</footer>
7979

80-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
80+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
8181
<script src="static-assets/typeahead.bundle.min.js"></script>
8282
<script src="static-assets/highlight.pack.js"></script>
8383
<script src="static-assets/URI.js"></script>

testing/test_package_docs/another_anonymous_lib/another_anonymous_lib-library.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h5>library another_anonymous_lib</h5>
107107

108108
</footer>
109109

110-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
110+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
111111
<script src="static-assets/typeahead.bundle.min.js"></script>
112112
<script src="static-assets/highlight.pack.js"></script>
113113
<script src="static-assets/URI.js"></script>

testing/test_package_docs/another_anonymous_lib/greeting.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h5>function greeting</h5>
7777

7878
</footer>
7979

80-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
80+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
8181
<script src="static-assets/typeahead.bundle.min.js"></script>
8282
<script src="static-assets/highlight.pack.js"></script>
8383
<script src="static-assets/URI.js"></script>

testing/test_package_docs/code_in_comments/code_in_comments-library.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h5>library code_in_comments</h5>
101101

102102
</footer>
103103

104-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
104+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
105105
<script src="static-assets/typeahead.bundle.min.js"></script>
106106
<script src="static-assets/highlight.pack.js"></script>
107107
<script src="static-assets/URI.js"></script>

testing/test_package_docs/css/css-library.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h5>library css</h5>
111111

112112
</footer>
113113

114-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
114+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
115115
<script src="static-assets/typeahead.bundle.min.js"></script>
116116
<script src="static-assets/highlight.pack.js"></script>
117117
<script src="static-assets/URI.js"></script>

testing/test_package_docs/css/theOnlyThingInTheLibrary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h5>top-level property theOnlyThingInTheLibrary</h5>
7878

7979
</footer>
8080

81-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
81+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
8282
<script src="static-assets/typeahead.bundle.min.js"></script>
8383
<script src="static-assets/highlight.pack.js"></script>
8484
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Animal-class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ <h5>enum Animal</h5>
274274

275275
</footer>
276276

277-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
277+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
278278
<script src="static-assets/typeahead.bundle.min.js"></script>
279279
<script src="static-assets/highlight.pack.js"></script>
280280
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Animal/hashCode.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h5>property hashCode</h5>
9696

9797
</footer>
9898

99-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
99+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
100100
<script src="static-assets/typeahead.bundle.min.js"></script>
101101
<script src="static-assets/highlight.pack.js"></script>
102102
<script src="static-assets/URI.js"></script>

0 commit comments

Comments
 (0)