From b940e2eaa141ce575d72862cb18fd080ff62e9da Mon Sep 17 00:00:00 2001 From: Exodus4D Date: Mon, 11 Apr 2016 21:36:16 +0200 Subject: [PATCH] closed #121 fixed wormhole signature type caching --- js/app/ui/system_route.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app/ui/system_route.js b/js/app/ui/system_route.js index 8e2ff063..f417927c 100644 --- a/js/app/ui/system_route.js +++ b/js/app/ui/system_route.js @@ -237,7 +237,7 @@ define([ if(avgSecForClass < 0){ avgSecForClass = '0.0'; } - console.log(avgSecForClass) + var avgSecClass = config.systemSecurityClassPrefix + avgSecForClass.toString().replace('.', '-'); tableRowData.system = rowData[0];