Update OL loan authorization to point to production service!
authorMichael Ang <mang@archive.org>
Wed, 20 Oct 2010 02:27:40 +0000 (02:27 +0000)
committerMichael Ang <mang@archive.org>
Wed, 20 Oct 2010 02:27:40 +0000 (02:27 +0000)
BookReaderIA/datanode/BookReaderJSIA.php

index c30222a..5fb5234 100644 (file)
@@ -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;
 }