X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=js%2Fpz2.js;h=111a2fa862d2d971b98eff6d2e4d67d609f5b63b;hb=44fed845c16842d469977f88a49c5c6132e7345f;hp=9626b83598ecc813b74456c308d9250ab002927f;hpb=a4c1dd6dfd756fcd7dc6e4af0dda8f845c542a1d;p=pazpar2-moved-to-github.git 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(