Archive logo leads to archive.org
authorMichael Ang <mang@archive.org>
Thu, 2 Dec 2010 19:10:07 +0000 (19:10 +0000)
committerMichael Ang <mang@archive.org>
Thu, 2 Dec 2010 19:10:07 +0000 (19:10 +0000)
BookReader/BookReader.js

index 1569a09..c8e4cc1 100644 (file)
@@ -80,9 +80,8 @@ function BookReader() {
     
     this.lastDisplayableIndex2up = null;
     
-    // We link to index.php to avoid redirect which breaks back button
     // Should be overriden (before init) by custom implmentations.
-    this.logoURL = 'http://openlibrary.org';
+    this.logoURL = 'http://www.archive.org';
     
     // Base URL for UI images - should be overriden (before init) by
     // custom implementations.
@@ -4552,7 +4551,6 @@ BookReader.prototype.gotOpenLibraryRecord = function(self, olObject) {
         self.bookTitle = olObject['title'];
         $('#BRreturn a').attr( {'href': self.bookUrl, 'title': "Go to this book's page on Open Library" } );
         $('#BRreturn a').text(self.bookTitle);
-        $('#BookReader .logo').attr('title', 'Go to Open Library'); // i18n
         
         $('#BRinfo').remove();
         $('#BRshare').after(self.blankInfoDiv());