BUGFIX: Remove js style hacks

This commit is contained in:
Andrew O'Neil 2012-08-28 10:06:11 +12:00
parent 75d9e06d7f
commit 853024949d
1 changed files with 0 additions and 11 deletions

View File

@ -3,17 +3,6 @@
$.entwine('ss', function($) {
$('#Form_ItemEditForm ul.selectiongroup li').entwine({
onmatch: function() {
this.closest('ul').removeClass('ui-tabs-nav ui-widget ui-widget-header');
//this.closest('form').removeClass('ui-tabs ss-tabset ui-widget-header');
this.find('label').first().addClass('ui-button ss-ui-button ui-corner-all ui-state-default ui-widget ui-button-text-only');
/* if ((this).hasClass('ui-state-active')){
this.removeClass()
}*/
}
});
$('#SectionID ul li').entwine({
onadd: function() {
this.addClass('ui-button ss-ui-button ui-corner-all ui-state-default ui-widget ui-button-text-only');