Again, typo that should've been fixed.
authorJakub Skoczen <jakub@indexdata.dk>
Tue, 12 Apr 2011 08:34:40 +0000 (10:34 +0200)
committerJakub Skoczen <jakub@indexdata.dk>
Tue, 12 Apr 2011 08:34:40 +0000 (10:34 +0200)
mkdru.client.js

index b0f7c6f..f2cd5ef 100644 (file)
@@ -415,7 +415,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);
       }