Look in the right place for path to pz2/sp.
authorJason Skomorowski <jason@indexdata.com>
Tue, 5 Apr 2011 14:27:09 +0000 (14:27 +0000)
committerJason Skomorowski <jason@indexdata.com>
Tue, 5 Apr 2011 14:27:09 +0000 (14:27 +0000)
mkdru.client.js

index 3f34a8e..c21f285 100644 (file)
@@ -418,7 +418,7 @@ $(document).ready(function () {
     } else {
       params['action'] = 'ipauth';
     }
-    var authReq = new pzHttpRequest(mkdru.pazpar2Path, 
+    var authReq = new pzHttpRequest(mkdru.settings.pz2_path, 
       function (err) {
         alert("Authentication against metasearch gateway failed: " +err);
       }