From 53369caa987b20bd82de6ef420f3d50bbf3e530f Mon Sep 17 00:00:00 2001 From: vita10gy Date: Fri, 8 Mar 2013 09:36:38 -0600 Subject: [PATCH] On second thought... After I converted and checked in the width nits I remembered that those aren't supposed to be there period. They were just a proof of concept type thing from before I had any styling set up. --- plugins/scoreboard.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/scoreboard.user.js b/plugins/scoreboard.user.js index 61baaed4..b98c2e88 100644 --- a/plugins/scoreboard.user.js +++ b/plugins/scoreboard.user.js @@ -180,7 +180,7 @@ window.plugin.scoreboard.display = function() { + ''; } - scoreHtml += '' + scoreHtml += '
' + ''; scoreHtml += window.plugin.scoreboard.teamTableRow('mu','Mu'); scoreHtml += window.plugin.scoreboard.teamTableRow('count_fields','Fields'); @@ -189,7 +189,7 @@ window.plugin.scoreboard.display = function() { scoreHtml += window.plugin.scoreboard.teamTableRow('count_resonators','Resonators'); scoreHtml += '
ResistanceEnlightenedTotal
'; - scoreHtml += '' + scoreHtml += '
' + ''; $.each(window.plugin.scoreboard.scores['player'], function(guid, playerData) { scoreHtml += window.plugin.scoreboard.playerTableRow(guid); @@ -212,7 +212,7 @@ var setup = function() { $('#toolbox').append('scoreboard'); $('head').append('
PlayerMuFieldsLinksPortalsResonators