From 7bf6d8685fec620618b048e8130153411565bddb Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 5 Sep 2007 07:37:04 +0000 Subject: [PATCH] Changing "This notebook is empty." from error to message. --- static/js/Wiki.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/Wiki.js b/static/js/Wiki.js index 2637ea0..2fcf97c 100644 --- a/static/js/Wiki.js +++ b/static/js/Wiki.js @@ -834,7 +834,7 @@ Wiki.prototype.display_loaded_notes = function ( result ) { Wiki.prototype.display_all_notes_list = function ( result ) { if ( result.notes.length == 0 ) { - this.display_error( "This notebook is empty." ); + this.display_message( "This notebook is empty." ); return; }