witten
/
luminotes
Archived
1
0
Fork 0

If you undelete a note via undo, now it's indicated in the options pulldown that it's a startup note.

This commit is contained in:
Dan Helfman 2007-08-10 19:19:47 +00:00
parent 3de7d59d64
commit ea64cc97a2
1 changed files with 1 additions and 0 deletions

View File

@ -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 );
}