X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=BookReaderIA%2Fdatanode%2FBookReaderJSIA.php;h=d3ce664532b6e7843c7297bd892488b3ea73b03c;hb=b658c2c0f4cc5618ac7c88a364121240d69b21d2;hp=01e60ba2078cd4f4e5e5bc0624a595cb8a6c25fd;hpb=c4878f32accc06cb9dff5da7e1ca6fbf401bcc5d;p=bookreader.git diff --git a/BookReaderIA/datanode/BookReaderJSIA.php b/BookReaderIA/datanode/BookReaderJSIA.php index 01e60ba..d3ce664 100644 --- a/BookReaderIA/datanode/BookReaderJSIA.php +++ b/BookReaderIA/datanode/BookReaderJSIA.php @@ -370,7 +370,7 @@ br.buildInfoDiv = function(jInfoDiv) { // $$$ cover looks weird before it loads jInfoDiv.find('.BRfloatCover').append([ - '' + escapedTitle + ''].join('') + '
' + escapedTitle + '
'].join('') ); jInfoDiv.find('.BRfloatMeta').append([ @@ -385,7 +385,7 @@ br.buildInfoDiv = function(jInfoDiv) { '
  • Plain Text|
  • ', '
  • DAISY|
  • ', '
  • ePub|
  • ', - '
  • Send to Kindle|
  • ', + '
  • Send to Kindle
  • ', '', '

    More information on ' + domain + '

    '].join('\n')); @@ -401,7 +401,7 @@ br.buildInfoDiv = function(jInfoDiv) { } jInfoDiv.find('.BRfloatTitle a').attr({'href': this.bookUrl, 'alt': this.bookTitle}).text(this.bookTitle); - var bookPath = (window.location + '').replace('#','/'); + var bookPath = (window.location + '').replace('#','%23'); jInfoDiv.find('a.problem').attr('href','http://openlibrary.org/contact?path=' + bookPath); } @@ -600,7 +600,7 @@ OLAuth.prototype.startPolling = function () { var self = this; this.poller=setInterval(function(){ if (!self.olConnect) { - self.showPopup("#f00", "#fff", 'Cound not connect to Open Library for authentication. Please check to see if you are still connected to the Internet, and then reload this web page.'); + self.showPopup("#f00", "#fff", 'The BookReader cannot reach Open Library. This might mean that you are offline or that Open Library is down. Please check your Internet connection or try again later.'); clearInterval(self.poller); self.ttsPoller = null; } else {