lit indent

This commit is contained in:
lealife
2015-10-20 09:28:03 +08:00
parent 320de8637f
commit 29244c247e
2 changed files with 4 additions and 3 deletions

View File

@ -1429,6 +1429,9 @@ LEA.toggleWriteable = Note.toggleWriteable = function() {
return;
}
Note.readOnly = false;
LEA.readOnly = false;
if(!note.readOnly) {
return;
}
@ -1446,8 +1449,6 @@ LEA.toggleWriteable = Note.toggleWriteable = function() {
}
note.readOnly = false;
Note.readOnly = false;
LEA.readOnly = false;
};
Note.getPostUrl = function (note) {