Open Library link
authorMichael Ang <mang@archive.org>
Sat, 9 Oct 2010 01:04:00 +0000 (01:04 +0000)
committerMichael Ang <mang@archive.org>
Sat, 9 Oct 2010 01:04:00 +0000 (01:04 +0000)
BookReader/BookReader.js

index c7748a1..5dd6895 100644 (file)
@@ -82,7 +82,7 @@ function BookReader() {
     
     // We link to index.php to avoid redirect which breaks back button
     // Should be overriden (before init) by custom implmentations.
-    this.logoURL = 'http://www.archive.org/index.php';
+    this.logoURL = 'http://openlibrary.org';
     
     // Base URL for UI images - should be overriden (before init) by
     // custom implementations.