From f38d18598fa78f8d3e2ac33f476bda64c1afaabd Mon Sep 17 00:00:00 2001 From: Jason Skomorowski Date: Tue, 5 Apr 2011 14:27:09 +0000 Subject: [PATCH] Look in the right place for path to pz2/sp. --- mkdru.client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdru.client.js b/mkdru.client.js index 3f34a8e..c21f285 100644 --- a/mkdru.client.js +++ b/mkdru.client.js @@ -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); } -- 1.7.10.4