From 44fed845c16842d469977f88a49c5c6132e7345f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 10 Jul 2007 10:17:17 +0000 Subject: [PATCH] Removed syntax and esn from being hard-coded, because Pazpar2 now uses pz:requestsyntax and pz:elements by default. --- js/pz2.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js/pz2.js b/js/pz2.js index 9626b83..111a2fa 100644 --- a/js/pz2.js +++ b/js/pz2.js @@ -1,5 +1,5 @@ /* -** $Id: pz2.js,v 1.44 2007-07-04 12:33:51 jakub Exp $ +** $Id: pz2.js,v 1.45 2007-07-10 10:17:17 adam Exp $ ** pz2.js - pazpar2's javascript client library. */ @@ -358,8 +358,6 @@ pz2.prototype = var recordParams = { "command": "record", "session": __myself.sessionID, "id": __myself.currRecID }; if (offset !== undefined) { recordParams["offset"] = offset; - recordParams["syntax"] = "usmarc"; - recordParams["esn"] = "F"; } __myself.currRecOffset = offset; request.get( -- 1.7.10.4