From: Adam Dickmeiss Date: Tue, 10 Jul 2007 10:17:17 +0000 (+0000) Subject: Removed syntax and esn from being hard-coded, because Pazpar2 now uses X-Git-Tag: PAZPAR2.1.0.2~69 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=44fed845c16842d469977f88a49c5c6132e7345f;p=pazpar2-moved-to-github.git Removed syntax and esn from being hard-coded, because Pazpar2 now uses pz:requestsyntax and pz:elements by default. --- 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(