Fix typo in CSS
authorMichael Ang <mang@archive.org>
Fri, 28 Jan 2011 22:54:26 +0000 (22:54 +0000)
committerMichael Ang <mang@archive.org>
Fri, 28 Jan 2011 22:54:26 +0000 (22:54 +0000)
BookReaderIA/datanode/BookReaderJSIA.php

index f1b59a6..b5d9c18 100644 (file)
@@ -535,8 +535,8 @@ foreach ($metaData->xpath('//collection') as $collection) {
     }
 }
 
     }
 }
 
-echo "br.olHost = 'http://openlibrary.org'\n";
-#echo "br.olHost = 'http://ol-mang:8080'\n";
+#echo "br.olHost = 'http://openlibrary.org'\n";
+echo "br.olHost = 'http://ol-mang:8080'\n";
 
 if ($useOLAuth) {
     echo "br.olAuth = true;\n";
 
 if ($useOLAuth) {
     echo "br.olAuth = true;\n";
@@ -632,7 +632,7 @@ OLAuth.prototype.setPopupMsg = function(msg, resolution) {
 OLAuth.prototype.initCallback = function(obj) {
     if (false == obj.success) {
         $(this.popup).css({
 OLAuth.prototype.initCallback = function(obj) {
     if (false == obj.success) {
         $(this.popup).css({
-            backgroundColor: "#ff",
+            backgroundColor: "#fff",
             color: "#000"
         });
 
             color: "#000"
         });