mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
reverted r2948 - error is not in the test but in dialog itself.
This commit is contained in:
parent
651a3a862d
commit
ec09afabb6
@ -8,8 +8,6 @@
|
||||
<script type="text/javascript" src="../../../ui/ui.core.js"></script>
|
||||
<script type="text/javascript" src="../../../ui/ui.datepicker.js"></script>
|
||||
<script type="text/javascript" src="../../../ui/ui.dialog.js"></script>
|
||||
<script type="text/javascript" src="../../../ui/ui.draggable.js"></script>
|
||||
<script type="text/javascript" src="../../../ui/ui.resizable.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
$('#dialog').dialog();
|
||||
@ -19,10 +17,8 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="dialog" title="Dialog Title">
|
||||
<p>
|
||||
<input id="datepicker">
|
||||
</p>
|
||||
<div id="dialog">
|
||||
<input id="datepicker">
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user