mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Button demos: Fix selector since demo wrapper div was removed
This commit is contained in:
parent
92e1e83eca
commit
9fbbd01492
@ -11,7 +11,7 @@
|
||||
<link rel="stylesheet" href="../demos.css">
|
||||
<script>
|
||||
$(function() {
|
||||
$( ".demo button:first" ).button({
|
||||
$( "button:first" ).button({
|
||||
icons: {
|
||||
primary: "ui-icon-locked"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user