diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2014-03-03 22:52:54 +0100 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2014-03-05 10:19:11 +0100 |
commit | a40647f0e56096f8437056d238b4299fd19f2859 (patch) | |
tree | 4380f82a439c2f941dda69d55d14291f88420975 /demos/dialog | |
parent | d7860b9c9822c40c68472e55baef72511c09d5de (diff) | |
download | jquery-ui-a40647f0e56096f8437056d238b4299fd19f2859.tar.gz jquery-ui-a40647f0e56096f8437056d238b4299fd19f2859.zip |
All: Rename jquery.js to exclude version in filename
Diffstat (limited to 'demos/dialog')
-rw-r--r-- | demos/dialog/animated.html | 2 | ||||
-rw-r--r-- | demos/dialog/default.html | 2 | ||||
-rw-r--r-- | demos/dialog/modal-confirmation.html | 2 | ||||
-rw-r--r-- | demos/dialog/modal-form.html | 2 | ||||
-rw-r--r-- | demos/dialog/modal-message.html | 2 | ||||
-rw-r--r-- | demos/dialog/modal.html | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/demos/dialog/animated.html b/demos/dialog/animated.html index 89d41eec5..8da52a6b1 100644 --- a/demos/dialog/animated.html +++ b/demos/dialog/animated.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Dialog - Animation</title> <link rel="stylesheet" href="../../themes/base/all.css"> - <script src="../../jquery-1.10.2.js"></script> + <script src="../../jquery.js"></script> <script src="../../ui/core.js"></script> <script src="../../ui/widget.js"></script> <script src="../../ui/mouse.js"></script> diff --git a/demos/dialog/default.html b/demos/dialog/default.html index 78ec74286..1efdc81d4 100644 --- a/demos/dialog/default.html +++ b/demos/dialog/default.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Dialog - Default functionality</title> <link rel="stylesheet" href="../../themes/base/all.css"> - <script src="../../jquery-1.10.2.js"></script> + <script src="../../jquery.js"></script> <script src="../../ui/core.js"></script> <script src="../../ui/widget.js"></script> <script src="../../ui/mouse.js"></script> diff --git a/demos/dialog/modal-confirmation.html b/demos/dialog/modal-confirmation.html index 6df100bb1..5794ff110 100644 --- a/demos/dialog/modal-confirmation.html +++ b/demos/dialog/modal-confirmation.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Dialog - Modal confirmation</title> <link rel="stylesheet" href="../../themes/base/all.css"> - <script src="../../jquery-1.10.2.js"></script> + <script src="../../jquery.js"></script> <script src="../../ui/core.js"></script> <script src="../../ui/widget.js"></script> <script src="../../ui/mouse.js"></script> diff --git a/demos/dialog/modal-form.html b/demos/dialog/modal-form.html index 06d30512d..89fcd6205 100644 --- a/demos/dialog/modal-form.html +++ b/demos/dialog/modal-form.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Dialog - Modal form</title> <link rel="stylesheet" href="../../themes/base/all.css"> - <script src="../../jquery-1.10.2.js"></script> + <script src="../../jquery.js"></script> <script src="../../ui/core.js"></script> <script src="../../ui/widget.js"></script> <script src="../../ui/mouse.js"></script> diff --git a/demos/dialog/modal-message.html b/demos/dialog/modal-message.html index 9670f0a78..a1c1ab449 100644 --- a/demos/dialog/modal-message.html +++ b/demos/dialog/modal-message.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Dialog - Modal message</title> <link rel="stylesheet" href="../../themes/base/all.css"> - <script src="../../jquery-1.10.2.js"></script> + <script src="../../jquery.js"></script> <script src="../../ui/core.js"></script> <script src="../../ui/widget.js"></script> <script src="../../ui/mouse.js"></script> diff --git a/demos/dialog/modal.html b/demos/dialog/modal.html index 6733a28a7..d5257c957 100644 --- a/demos/dialog/modal.html +++ b/demos/dialog/modal.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Dialog - Basic modal</title> <link rel="stylesheet" href="../../themes/base/all.css"> - <script src="../../jquery-1.10.2.js"></script> + <script src="../../jquery.js"></script> <script src="../../ui/core.js"></script> <script src="../../ui/widget.js"></script> <script src="../../ui/mouse.js"></script> |