From b025d9a4672722b2ef5dff718fd6a107f2c58982 Mon Sep 17 00:00:00 2001 From: Jakub Skoczen Date: Tue, 12 Apr 2011 10:34:40 +0200 Subject: [PATCH] Again, typo that should've been fixed. --- mkdru.client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdru.client.js b/mkdru.client.js index b0f7c6f..f2cd5ef 100644 --- a/mkdru.client.js +++ b/mkdru.client.js @@ -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); } -- 1.7.10.4