Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
button: more specific selectors for demo pages, avoiding any other gl…
…obal demo page issues
  • Loading branch information
jzaefferer committed Jan 20, 2010
1 parent dab6e94 commit 1d560a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/button/icons.html
Expand Up @@ -10,7 +10,7 @@
<link type="text/css" href="../demos.css" rel="stylesheet" /> <link type="text/css" href="../demos.css" rel="stylesheet" />
<script type="text/javascript"> <script type="text/javascript">
$(function() { $(function() {
$("button:first").button({ $(".demo button:first").button({
icons: { icons: {
primary: 'ui-icon-locked' primary: 'ui-icon-locked'
}, },
Expand Down

0 comments on commit 1d560a5

Please sign in to comment.