aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorTJ VanToll <tj.vantoll@gmail.com>2014-07-10 09:10:45 -0400
committerTJ VanToll <tj.vantoll@gmail.com>2014-07-10 09:10:45 -0400
commit4a42a7ffe17e1dfa308224b4979f6eb48b81cd92 (patch)
treeb748a7ca645c0c937e937c7d109927c504616a92 /demos
parent1b4f61509a321cde82bf4df7ccc9a3da8219d106 (diff)
downloadjquery-ui-4a42a7ffe17e1dfa308224b4979f6eb48b81cd92.tar.gz
jquery-ui-4a42a7ffe17e1dfa308224b4979f6eb48b81cd92.zip
Dialog demo: Remove a duplicate (and incorrect) script include
Diffstat (limited to 'demos')
-rw-r--r--demos/dialog/modal-message.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/dialog/modal-message.html b/demos/dialog/modal-message.html
index c7d05abeb..ce04bd66c 100644
--- a/demos/dialog/modal-message.html
+++ b/demos/dialog/modal-message.html
@@ -12,7 +12,6 @@
<script src="../../ui/draggable.js"></script>
<script src="../../ui/position.js"></script>
<script src="../../ui/resizable.js"></script>
- <script src="../../ui/jquery.ui.button.js"></script>
<script src="../../ui/dialog.js"></script>
<link rel="stylesheet" href="../demos.css">
<script>