ace编辑器优化, 同步标签问题, 一次性上传多张图片

This commit is contained in:
life
2015-03-19 10:13:35 +08:00
parent c146d819c8
commit ebcab93fd7
314 changed files with 184 additions and 143 deletions

View File

@@ -2785,7 +2785,7 @@ Note.updateNoteCacheForServer = function(notes) {
for(var i in notes) {
var note = notes[i];
// alert(note.NoteId + " " + note.IsBlog);
Note.addNoteCache({NoteId: note.NoteId,
Note.setNoteCache({NoteId: note.NoteId,
ServerNoteId: note.ServerNoteId,
IsBlog: note.IsBlog,
});