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:
79502c7
)
Undo commit 79502c7f2d7163685633137c9f435fada3df413e
author
Mike Taylor
<mike@indexdata.com>
Thu, 12 Jun 2014 08:27:52 +0000
(09:27 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 12 Jun 2014 08:27:52 +0000
(09:27 +0100)
Jakub fears it might break on old IEs.
js/pz2.js
patch
|
blob
|
history
diff --git
a/js/pz2.js
b/js/pz2.js
index
824fd60
..
59c501d
100644
(file)
--- a/
js/pz2.js
+++ b/
js/pz2.js
@@
-1194,7
+1194,7
@@
Element_parseChildNodes = function (node)
for (var i = 0; i < attrs.length; i++) {
hasChildElems = true;
var attrName = '@' + attrs[i].nodeName;
- var attrValue = attrs[i].value;
+ var attrValue = attrs[i].nodeValue;
parsed[attrName] = attrValue;
}