witten
/
luminotes
Archived
1
0
Fork 0

"No matching notes" is now orange instead of red.

This commit is contained in:
Dan Helfman 2007-11-04 18:27:28 +00:00
parent 0e9d21273c
commit 1d89b83cf0
1 changed files with 1 additions and 1 deletions

View File

@ -985,7 +985,7 @@ Wiki.prototype.search = function ( event ) {
Wiki.prototype.display_search_results = function ( result ) {
// if there are no search results, indicate that and bail
if ( !result || result.notes.length == 0 ) {
this.display_error( "No matching notes." );
this.display_message( "No matching notes." );
return;
}