fix #385: auto-type flag

This commit is contained in:
antelle 2017-01-29 18:37:23 +01:00
parent 989a914600
commit 1db38c595d
1 changed files with 0 additions and 3 deletions

View File

@ -591,9 +591,6 @@ var EntryModel = Backbone.Model.extend({
setEnableAutoType: function(enabled) {
this._entryModified();
if (enabled === this.group.getEffectiveEnableAutoType()) {
enabled = null;
}
this.entry.autoType.enabled = enabled;
this._buildAutoType();
},