mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-04 06:40:44 +01:00
prevent tagsinput initialization from flagging as unsaved
This commit is contained in:
@@ -148,6 +148,7 @@ define('admin/settings', ['uploader'], function (uploader) {
|
||||
confirmKeys: [13, 44],
|
||||
trimValue: true,
|
||||
});
|
||||
app.flags._unsaved = false;
|
||||
}
|
||||
|
||||
Settings.remove = function (key) {
|
||||
|
||||
Reference in New Issue
Block a user