mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(edit) setMsgChanged: rm msg
This commit is contained in:
parent
2917bf9fda
commit
3c18636e23
1 changed files with 1 additions and 2 deletions
|
|
@ -241,8 +241,7 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO, Format;
|
|||
}
|
||||
|
||||
function setMsgChanged(name) {
|
||||
var msg = 'Do you want to save changes to ' + name + '?';
|
||||
MSG_CHANGED = msg;
|
||||
MSG_CHANGED = 'Do you want to save changes to ' + name + '?';
|
||||
}
|
||||
|
||||
function isChanged() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue