diff options
Diffstat (limited to 'demos/button/icons.html')
-rw-r--r-- | demos/button/icons.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/button/icons.html b/demos/button/icons.html index 78c5791d5..60d513779 100644 --- a/demos/button/icons.html +++ b/demos/button/icons.html @@ -10,7 +10,7 @@ <link type="text/css" href="../demos.css" rel="stylesheet" /> <script type="text/javascript"> $(function() { - $("button:first").button({ + $(".demo button:first").button({ icons: { primary: 'ui-icon-locked' }, |