mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(config) onLocalStorageChange: change msg
This commit is contained in:
parent
d85c6f8989
commit
ef5cab4987
1 changed files with 1 additions and 2 deletions
|
|
@ -156,8 +156,7 @@ var CloudCmd, Util, DOM;
|
|||
|
||||
function onLocalStorageChange(checked) {
|
||||
var element = DOM.getById('diff', Element),
|
||||
msg = 'Diff would not working with no localStorage.\n' +
|
||||
'Use Zip to improve save spead in Edit.';
|
||||
msg = 'Diff do not work without localStorage';
|
||||
|
||||
if (!checked && element.checked) {
|
||||
alert(msg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue