From 60f8838b1d6c78beed937fd13c7d4524c7c3f96b Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 13 Dec 2007 23:02:33 +0000 Subject: [PATCH] Preventing "x invitations have been sent message." from disappearing as soon as it's displayed. --- static/js/Wiki.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/js/Wiki.js b/static/js/Wiki.js index 7d5f7b9..6702003 100644 --- a/static/js/Wiki.js +++ b/static/js/Wiki.js @@ -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" );