Skip to content

Commit dc6f265

Browse files
ahornaceVladimir Kotal
authored andcommitted
Upgrade jQuery to 3.4.1
1 parent f266099 commit dc6f265

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/web/Scripts.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public String toHtml() {
100100
* @see HttpServletRequest#getContextPath()
101101
*/
102102
static {
103-
SCRIPTS.put("jquery", new FileScript("js/jquery-3.2.0.min.js", 10));
103+
SCRIPTS.put("jquery", new FileScript("js/jquery-3.4.1.min.js", 10));
104104
SCRIPTS.put("jquery-ui", new FileScript("js/jquery-ui-1.12.1-custom.min.js", 11));
105105
SCRIPTS.put("jquery-tablesorter", new FileScript("js/jquery-tablesorter-2.26.6.min.js", 12));
106106
SCRIPTS.put("tablesorter-parsers", new FileScript("js/tablesorter-parsers-0.0.1.js", 13));

0 commit comments

Comments
 (0)