witten
/
luminotes
Archived
1
0
Fork 0

Preventing "x invitations have been sent message." from disappearing as soon as it's displayed.

This commit is contained in:
Dan Helfman 2007-12-13 23:02:33 +00:00
parent a501d5fcce
commit 60f8838b1d
1 changed files with 0 additions and 2 deletions

View File

@ -651,7 +651,6 @@ Wiki.prototype.create_editor = function ( id, note_text, deleted_from_id, revisi
}, callback );
} );
this.clear_messages();
this.clear_pulldowns();
return editor;
@ -1249,7 +1248,6 @@ Wiki.prototype.display_all_notes_list = function ( result ) {
}
Wiki.prototype.share_notebook = function () {
this.clear_messages();
this.clear_pulldowns();
var share_notebook_frame = getElement( "note_share_notebook" );