mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Warn against losing custom design changes
This commit is contained in:
parent
9351e7fb93
commit
4b6c774b09
@ -141,6 +141,7 @@
|
|||||||
modes: ['form', 'code'],
|
modes: ['form', 'code'],
|
||||||
change: function() {
|
change: function() {
|
||||||
saveEditor();
|
saveEditor();
|
||||||
|
NINJA.formIsChanged = true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
window.editor = new JSONEditor(container, options);
|
window.editor = new JSONEditor(container, options);
|
||||||
|
Loading…
Reference in New Issue
Block a user