Skip to content

Commit

Permalink
Removed some button related selectors to improve the general layout o…
Browse files Browse the repository at this point in the history
…f the app
  • Loading branch information
baphled committed Jul 5, 2010
1 parent 6ef574f commit 1949530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/application.js
Expand Up @@ -51,7 +51,7 @@ $(document).ready(function() {

// Plugin intialisation
//hover states on the static widgets
$('ul.icons li, button.order_icon, button.button, .handler').button({ option: 'text' });
$('ul.icons li, button.button').button({ option: 'text' });
$('#myTabs').tabs();
$('ul.accordion').accordion(accOpts);
$('span#panel, ul.items-list li > span').animateIconPanel(animateIconOpts);
Expand Down

0 comments on commit 1949530

Please sign in to comment.