Skip to content

Commit 9fbbd01

Browse files
committed
Button demos: Fix selector since demo wrapper div was removed
1 parent 92e1e83 commit 9fbbd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/button/icons.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" href="../demos.css">
1212
<script>
1313
$(function() {
14-
$( ".demo button:first" ).button({
14+
$( "button:first" ).button({
1515
icons: {
1616
primary: "ui-icon-locked"
1717
},

0 commit comments

Comments
 (0)