From: Niels Erik G. Nielsen Date: Fri, 1 Jun 2012 11:18:28 +0000 (-0400) Subject: Fixes object instantiation error in IE6/7 X-Git-Tag: v1.6.14~3 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=7da33f94ae83901a165b96d8743dbbaa11967c5d;hp=bf28b66495c1078c0f0f55d15618d4e3437ebfae;p=pazpar2-moved-to-github.git Fixes object instantiation error in IE6/7 --- diff --git a/js/pz2.js b/js/pz2.js index b321e5a..b52bf28 100644 --- a/js/pz2.js +++ b/js/pz2.js @@ -394,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;