Fixes object instantiation error in IE6/7
authorNiels Erik G. Nielsen <nielserik@indexdata.com>
Fri, 1 Jun 2012 11:18:28 +0000 (07:18 -0400)
committerNiels Erik G. Nielsen <nielserik@indexdata.com>
Fri, 1 Jun 2012 11:18:28 +0000 (07:18 -0400)
js/pz2.js

index b321e5a..b52bf28 100644 (file)
--- 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;