Merge pull request #238 from classfellow/master

Update notebook.js
This commit is contained in:
life
2017-02-26 12:46:16 +08:00
committed by GitHub

View File

@@ -710,7 +710,7 @@ Notebook.changeNotebook = function(notebookId, callback, needRendNoteId) {
var url = "/note/listNotes/"; var url = "/note/listNotes/";
var param = { notebookId: notebookId }; var param = { notebookId: notebookId };
var cacheNotes = null;
// 废纸篓 // 废纸篓
if (Notebook.isTrashNotebookId(notebookId)) { if (Notebook.isTrashNotebookId(notebookId)) {
url = "/note/listTrashNotes"; url = "/note/listTrashNotes";