mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-16 16:04:56 +00:00
v2.1
This commit is contained in:
@@ -1819,7 +1819,7 @@ LEA.toggleWriteable = Note.toggleWriteable = function(isFromNewNote) {
|
||||
var note = me.getCurNote();
|
||||
if (note) {
|
||||
if (note.InitSync) {
|
||||
alert('Waiting for lading content from server');
|
||||
alert('Waiting for loading content from server');
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user