Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 1568859

Browse files
committed
Update jQuery UI to 1.11.4
1 parent 1dc414e commit 1568859

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

dialog/default.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
<head>
44
<meta charset="utf-8">
55
<title>jQuery UI Dialog Extended</title>
6-
<link rel="stylesheet" href="../jqueryui/themes/base/jquery.ui.all.css">
7-
<script src="../jqueryui/jquery-1.10.2.js"></script>
8-
<script src="../jqueryui/ui/jquery.ui.core.js"></script>
9-
<script src="../jqueryui/ui/jquery.ui.widget.js"></script>
10-
<script src="../jqueryui/ui/jquery.ui.mouse.js"></script>
11-
<script src="../jqueryui/ui/jquery.ui.draggable.js"></script>
12-
<script src="../jqueryui/ui/jquery.ui.position.js"></script>
13-
<script src="../jqueryui/ui/jquery.ui.resizable.js"></script>
14-
<script src="../jqueryui/ui/jquery.ui.button.js"></script>
15-
<script src="../jqueryui/ui/jquery.ui.dialog.js"></script>
16-
<script src="../jqueryui/ui/jquery.ui.effect.js"></script>
6+
<link rel="stylesheet" href="../jqueryui/themes/base/all.css">
7+
<script src="../jqueryui/external/jquery/jquery.js"></script>
8+
<script src="../jqueryui/ui/core.js"></script>
9+
<script src="../jqueryui/ui/widget.js"></script>
10+
<script src="../jqueryui/ui/mouse.js"></script>
11+
<script src="../jqueryui/ui/draggable.js"></script>
12+
<script src="../jqueryui/ui/position.js"></script>
13+
<script src="../jqueryui/ui/resizable.js"></script>
14+
<script src="../jqueryui/ui/button.js"></script>
15+
<script src="../jqueryui/ui/dialog.js"></script>
16+
<script src="../jqueryui/ui/effect.js"></script>
1717

1818
<script src="jquery.ui.dialog.extended.js"></script>
1919

jqueryui

Submodule jqueryui updated 664 files

0 commit comments

Comments
 (0)