mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8245981: Upgrade to jQuery 3.5.1
Reviewed-by: hannesw
This commit is contained in:
parent
498b0e61ed
commit
0b02c5b5e0
8 changed files with 767 additions and 493 deletions
|
@ -219,7 +219,7 @@ public class HtmlDoclet extends AbstractDoclet {
|
|||
|
||||
private void copyJqueryFiles() throws DocletException {
|
||||
List<String> files = Arrays.asList(
|
||||
"jquery-3.4.1.min.js",
|
||||
"jquery-3.5.1.min.js",
|
||||
"jquery-ui.min.js",
|
||||
"jquery-ui.min.css",
|
||||
"jquery-ui.structure.min.css",
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
@ -104,7 +104,7 @@ public class DocPaths {
|
|||
public static final DocPath JQUERY_FILES = DocPath.create("script-dir");
|
||||
|
||||
/** The name of the default jQuery javascript file. */
|
||||
public static final DocPath JQUERY_JS = DocPath.create("jquery-3.4.1.min.js");
|
||||
public static final DocPath JQUERY_JS = DocPath.create("jquery-3.5.1.min.js");
|
||||
|
||||
/** The name of the default jQuery UI stylesheet file. */
|
||||
public static final DocPath JQUERY_UI_CSS = DocPath.create("jquery-ui.min.css");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue