login.html page

This commit is contained in:
life
2015-02-17 23:56:21 +08:00
parent 6983a6004b
commit 07e2b43755
12 changed files with 118 additions and 53 deletions

3
node_modules/note.js generated vendored
View File

@@ -586,6 +586,7 @@ var Note = {
// addNote, updateNote后的操作
// 添加修改ServerNoteId; 更新修改usn
// note是服务器传来的, note.NoteId, note.ServerNoteId已设置正确, note.NotebookId是服务器上的
updateNoteForceForSendChange: function(note, isAdd, callback) {
var me = this;
note.IsDirty = false;
@@ -602,6 +603,8 @@ var Note = {
delete note['Content'];
// }
delete note['NotebookId']; // 不要设置notebookId, 2/16 fixed
console.log('server data from::::');
console.log(note.NoteId);
console.log(note.Files);