From 9ee42fcf49d5dd2e70f955a060fcde1be812cf46 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Sun, 20 Oct 2013 23:00:54 +0100 Subject: [PATCH] minor tweak to portals-list - remove unneeded console.log - css change so copy+paste works better - one line per table row --- plugins/portals-list.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/portals-list.user.js b/plugins/portals-list.user.js index ad9cc336..2f34d169 100644 --- a/plugins/portals-list.user.js +++ b/plugins/portals-list.user.js @@ -2,7 +2,7 @@ // @id iitc-plugin-portals-list@teo96 // @name IITC plugin: show list of portals // @category Info -// @version 0.0.16.@@DATETIMEVERSION@@ +// @version 0.0.17.@@DATETIMEVERSION@@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@ @@ -146,7 +146,7 @@ window.plugin.portalslist.getPortals = function() { } }else { mods[ind] = ['', '', '']; } }); - console.log(mods); + var APgain= getAttackApGain(d).enemyAp; var thisPortal = {'portal': d, 'name': name, @@ -442,7 +442,7 @@ var setup = function() { '#portalslist .filterRes { margin-top: 10px; background-color: #005684 }' + '#portalslist .filterEnl { margin-top: 10px; background-color: #017f01 }' + '#portalslist .disclaimer { margin-top: 10px; font-size:10px; }' + - '#portalslist .portalTitle { width: 160px !important; min-width: 160px !important; max-width: 160px !important; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }' + + '#portalslist .portalTitle { display: inline-block; width: 160px !important; min-width: 160px !important; max-width: 160px !important; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }' + ''); }