From: rajbot Date: Tue, 30 Nov 2010 01:00:55 +0000 (+0000) Subject: update search error for non-indexed books to include archive.org in the path X-Git-Url: http://git.rot13.org/?p=bookreader.git;a=commitdiff_plain;h=006f1756df768955ffdae94e008f46461ccc52cf update search error for non-indexed books to include archive.org in the path --- diff --git a/BookReader/BookReader.js b/BookReader/BookReader.js index d9eb89b..17d17ee 100644 --- a/BookReader/BookReader.js +++ b/BookReader/BookReader.js @@ -2695,7 +2695,7 @@ BookReader.prototype.BRSearchCallback = function(results) { var errStr = 'No matches were found.'; var timeout = 1000; if (false === results.indexed) { - errStr = "

This book isn't in the search engine yet.

Please drop us a line so we can fix it. Thanks!

"; + errStr = "

This book isn't in the search engine yet.

Please drop us a line so we can fix it. Thanks!

"; timeout = 5000; } $(br.popup).html(errStr);