mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
feature(edit) setMsgChanged: add " "
This commit is contained in:
parent
d3ebd0550d
commit
887c126b02
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO, Format, edward;
|
|||
}
|
||||
|
||||
function setMsgChanged(name) {
|
||||
var msg = 'Do you want to save changes to' + name + '?';
|
||||
var msg = 'Do you want to save changes to ' + name + '?';
|
||||
|
||||
MSG_CHANGED = msg;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue