From 3fc618acd20ddb9c6d42828541d4c5e393767329 Mon Sep 17 00:00:00 2001 From: Mark Friedrich Date: Fri, 6 Jul 2018 12:35:24 +0200 Subject: [PATCH] - added zKillboard link to corporation icons for intel tool, closed 646 --- js/app/ui/system_intel.js | 4 +++- public/js/v1.3.6/app/ui/system_intel.js | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/js/app/ui/system_intel.js b/js/app/ui/system_intel.js index 33786cba..95325792 100644 --- a/js/app/ui/system_intel.js +++ b/js/app/ui/system_intel.js @@ -493,7 +493,9 @@ define([ _: function(data, type, row, meta){ let value = data; if(type === 'display' && value){ - value = ''; + value = ''; + value += ''; + value += ''; } return value; } diff --git a/public/js/v1.3.6/app/ui/system_intel.js b/public/js/v1.3.6/app/ui/system_intel.js index 33786cba..95325792 100644 --- a/public/js/v1.3.6/app/ui/system_intel.js +++ b/public/js/v1.3.6/app/ui/system_intel.js @@ -493,7 +493,9 @@ define([ _: function(data, type, row, meta){ let value = data; if(type === 'display' && value){ - value = ''; + value = ''; + value += ''; + value += ''; } return value; }