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:
b40bdb2
)
Fix Typo.
author
Jakub Skoczen
<jakub@indexdata.dk>
Fri, 9 Apr 2010 12:50:18 +0000
(14:50 +0200)
committer
Jakub Skoczen
<jakub@indexdata.dk>
Fri, 9 Apr 2010 12:50:18 +0000
(14:50 +0200)
js/pz2.js
patch
|
blob
|
history
diff --git
a/js/pz2.js
b/js/pz2.js
index
1471a5e
..
dcbaf77
100644
(file)
--- a/
js/pz2.js
+++ b/
js/pz2.js
@@
-383,7
+383,7
@@
pz2.prototype =
if (type === "json") {
show = {};
context.activeClients = Number(data.activeclients[0]);
- show.activeclients = context.activeclients;
+ show.activeclients = context.activeClients;
show.merged = Number(data.merged[0]);
show.total = Number(data.total[0]);
show.start = Number(data.start[0]);
@@
-431,7
+431,6
@@
pz2.prototype =
context.show();
},
delay);
- global_show = show;
context.showCallback(show);
}
);