Update notebook.js

bugfix
This commit is contained in:
YouJia
2017-02-24 14:25:32 +08:00
committed by GitHub
parent 52a440ea82
commit 5164eb620a

View File

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