projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf28b66
)
Fixes object instantiation error in IE6/7
author
Niels Erik G. Nielsen
<nielserik@indexdata.com>
Fri, 1 Jun 2012 11:18:28 +0000
(07:18 -0400)
committer
Niels Erik G. Nielsen
<nielserik@indexdata.com>
Fri, 1 Jun 2012 11:18:28 +0000
(07:18 -0400)
js/pz2.js
patch
|
blob
|
history
diff --git
a/js/pz2.js
b/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;