Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

8245981: Upgrade to jQuery 3.5.1 #198

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -199,7 +199,7 @@ protected void generateOtherFiles(DocletEnvironment docEnv, ClassTree classtree)

private void copyJqueryFiles() throws DocletException {
List<String> files = Arrays.asList(
"jquery-3.4.1.js",
"jquery-3.5.1.js",
"jquery-ui.js",
"jquery-ui.css",
"jquery-ui.min.js",
Expand Down