witten
/
luminotes
Archived
1
0
Fork 0

Fixed inability to hide previous note revisions. (This bug was introduced by the previous commit.)

This commit is contained in:
Dan Helfman 2008-05-06 05:50:49 +00:00
parent 9e0177f90c
commit 7ba5351b32
1 changed files with 3 additions and 0 deletions

View File

@ -1093,6 +1093,9 @@ Wiki.prototype.hide_editor = function ( event, editor ) {
editor.shutdown();
self.display_empty_message();
} );
} else {
editor.shutdown();
self.display_empty_message();
}
}
}