X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=js%2Fpz2.js;h=b52bf28d4b9303f9275411ff9c65d95cddc30526;hb=9d2bb909af90899c09d01b00fbffc1785127b461;hp=a57688f57fa556a98804319629187c112825e684;hpb=3f4b1e105178b613f70352438ee6120228eda97c;p=pazpar2-moved-to-github.git diff --git a/js/pz2.js b/js/pz2.js index a57688f..b52bf28 100644 --- a/js/pz2.js +++ b/js/pz2.js @@ -201,6 +201,9 @@ pz2.prototype = context.sessionID = data.getElementsByTagName("session")[0] .childNodes[0].nodeValue; + if (data.getElementsByTagName("keepAlive").length > 0) { + context.keepAlive = data.getElementsByTagName("keepAlive")[0].childNodes[0].nodeValue; + } context.pingTimer = setTimeout( function () { @@ -391,7 +394,7 @@ pz2.prototype = "sort": this.currentSort, "block": 1, "type": this.showResponseType, - "windowid" : window.name, + "windowid" : window.name }; if (query_state) requestParameters["query-state"] = query_state;