Handle Apply button little bit more sanely

Change-Id: I55d48de703662f139549d764bf7c1f235111d5ab
This commit is contained in:
Niklas Laxström
2020-10-28 09:41:11 +01:00
committed by jenkins-bot
parent 740ff490e0
commit 79a038f166
3 changed files with 11 additions and 8 deletions

View File

@@ -537,7 +537,7 @@
*/
markDirty: function () {
this.dirty = true;
this.$parent.$window.find( 'button.uls-settings-apply' ).prop( 'disabled', false );
this.$parent.enableApplyButton();
},
/**