Skip to content

Commit 464b27d

Browse files
committed
UPDATED: Bundled jquery from jquery-1.11.3 to 3.6.0.
1 parent c311d77 commit 464b27d

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if(NOT DEFINED JQUERYDIR)
2020
else()
2121
message("-- No system jquery.js; using our own")
2222
set(JQUERYDIR web/js)
23-
set(JQUERYFILE jquery-1.11.3.min.js)
23+
set(JQUERYFILE jquery-3.6.0.min.js)
2424
endif()
2525

2626
set(JQUERYDIR ${JQUERYDIR} CACHE INTERNAL "Directory for jquery.js")

0 commit comments

Comments
 (0)