X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=js%2Fpz2.js;h=dcbaf77ebf2d2f8f742e292335e6b60fb43098fe;hb=646ecb836f6f847fa26ebf78941af82909386925;hp=1471a5e00c77c18d4258da4a8cb1894b8caf1693;hpb=b40bdb2f4a3793471b478da5a691261d197cfcd4;p=pazpar2-moved-to-github.git diff --git a/js/pz2.js b/js/pz2.js index 1471a5e..dcbaf77 100644 --- 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); } );