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:
815be8f
)
Pass on approximation
author
Dennis Schafroth
<dennis@indexdata.com>
Fri, 13 Apr 2012 13:44:05 +0000
(15:44 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Fri, 13 Apr 2012 13:44:05 +0000
(15:44 +0200)
js/pz2.js
patch
|
blob
|
history
diff --git
a/js/pz2.js
b/js/pz2.js
index
41fa147
..
e2335da
100644
(file)
--- a/
js/pz2.js
+++ b/
js/pz2.js
@@
-441,7
+441,14
@@
pz2.prototype =
} else {
context.throwError('Show failed. Malformed WS resonse.',
114);
- }
+ };
+ var approxNode = data.getElementsByTagName("approximation");
+ if (approxNode)
+ show['approximation'] =
+ Number( approxNode[0].childNodes[0].nodeValue);
+
+
+ data.getElementsByTagName("")
context.activeClients = activeClients;
context.showCounter++;
var delay = context.showTime;