Fix bug: Cannot apply changes after switching panels back and forth

Bug: 57011
Change-Id: I0614d97dea99781f46bb80a496b12c95aef55c8c
This commit is contained in:
Santhosh Thottingal
2013-11-14 11:10:01 +05:30
committed by Amire80
parent b2f9e4211e
commit be99ff9a55
3 changed files with 8 additions and 9 deletions

View File

@@ -261,6 +261,10 @@
} else {
this.show();
}
},
disableApplyButton: function () {
this.$window.find( 'button.uls-settings-apply' ).prop( 'disabled', true );
}
};