prevent tagsinput initialization from flagging as unsaved

v1.18.x
psychobunny 8 years ago
parent 5ca9e5e14c
commit 286d0ab203

@ -148,6 +148,7 @@ define('admin/settings', ['uploader'], function (uploader) {
confirmKeys: [13, 44],
trimValue: true,
});
app.flags._unsaved = false;
}
Settings.remove = function (key) {

Loading…
Cancel
Save