Do not save isDirty field in preferences
Bug: 57349 Change-Id: Id5fe6bf61fcf79942f879bd1729e6b0a622aded8
This commit is contained in:
@@ -68,7 +68,8 @@
|
|||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
// we don't want to save isDirty field.
|
||||||
|
this.registry.isDirty = undefined;
|
||||||
// get updated copy of preferences
|
// get updated copy of preferences
|
||||||
inputPreferences = mw.uls.preferences();
|
inputPreferences = mw.uls.preferences();
|
||||||
inputPreferences.set( 'ime', this.registry );
|
inputPreferences.set( 'ime', this.registry );
|
||||||
|
|||||||
Reference in New Issue
Block a user