witten
/
luminotes
Archived
1
0
Fork 0

Briefly highlight the all notes link when you hide a note.

This commit is contained in:
Dan Helfman 2007-10-19 20:38:38 +00:00
parent 27a6a06c91
commit cfaf607a7a
1 changed files with 1 additions and 0 deletions

View File

@ -615,6 +615,7 @@ Wiki.prototype.hide_editor = function ( event, editor ) {
this.save_editor( editor );
editor.shutdown();
Highlight( "all_notes_link" );
}
this.display_empty_message();