From 8839fad47a95e417e443aaf6ae5c3a442a7a0ebb Mon Sep 17 00:00:00 2001 From: Michael Ang Date: Wed, 20 Oct 2010 02:27:40 +0000 Subject: [PATCH] Update OL loan authorization to point to production service! --- BookReaderIA/datanode/BookReaderJSIA.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/BookReaderIA/datanode/BookReaderJSIA.php b/BookReaderIA/datanode/BookReaderJSIA.php index c30222a..5fb5234 100644 --- a/BookReaderIA/datanode/BookReaderJSIA.php +++ b/BookReaderIA/datanode/BookReaderJSIA.php @@ -481,10 +481,7 @@ if (typeof(brConfig) != 'undefined') { function OLAuth() { - //this.authUrl = 'http://home.us.archive.org/~rkumar/olauth.php?id=' + br.bookId; - // XXXmang update to production - this.authUrl = 'http://ol-mang:8080/ia_auth/' + br.bookId; - //this.authUrl = 'http://openlibrary.org/ia_auth/' + br.bookId; + this.authUrl = 'http://openlibrary.org/ia_auth/' + br.bookId; return this; } -- 2.20.1