diff --git a/static/js/Wiki.js b/static/js/Wiki.js index 16babe9..264d502 100644 --- a/static/js/Wiki.js +++ b/static/js/Wiki.js @@ -499,6 +499,7 @@ Wiki.prototype.undelete_editor_via_undo = function( event, editor ) { } ); } + this.startup_notes[ editor.id ] = true; this.load_editor( "Note not found.", null, editor.id, null ); }