From 350175b23521651abe8a9ed707554b9c4ab19c9d Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Fri, 7 Mar 2014 19:30:32 +0000 Subject: [PATCH] the removal stickyness stat is now being used - so don't hide it when it's zero --- code/portal_detail_display_tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/portal_detail_display_tools.js b/code/portal_detail_display_tools.js index f3cf6f8c..e6ad01d8 100644 --- a/code/portal_detail_display_tools.js +++ b/code/portal_detail_display_tools.js @@ -111,7 +111,7 @@ window.getModDetails = function(d) { if (!mod.stats.hasOwnProperty(key)) continue; var val = mod.stats[key]; - if (key === 'REMOVAL_STICKINESS' && val == 0) continue; // stat on all mods recently - unknown meaning, not displayed in stock client +// if (key === 'REMOVAL_STICKINESS' && val == 0) continue; // stat on all mods recently - unknown meaning, not displayed in stock client // special formatting for known mod stats, where the display of the raw value is less useful if (mod.type === 'HEATSINK' && key === 'HACK_SPEED') val = (val/10000)+'%'; // 500000 = 50%