From 646ecb836f6f847fa26ebf78941af82909386925 Mon Sep 17 00:00:00 2001 From: Jakub Skoczen Date: Fri, 9 Apr 2010 14:50:18 +0200 Subject: [PATCH 1/1] Fix Typo. --- js/pz2.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); } ); -- 1.7.10.4