From 483227b8fc456304286c4fc9a8a00ced1e9ec70f Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Wed, 22 Jan 2014 03:27:21 +0000 Subject: [PATCH] comments concerning things that need fixing at some point... --- code/portal_detail_display.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/portal_detail_display.js b/code/portal_detail_display.js index 4fc9cd9b..486e8051 100644 --- a/code/portal_detail_display.js +++ b/code/portal_detail_display.js @@ -83,6 +83,7 @@ window.renderPortalDetails = function(guid) { } // portal level. start with basic data - then extend with fractional info in tooltip if available +//FIXME: use details or data if possible, to avoid ambiguity var levelInt = portal.options.level; var levelDetails = portal.options.level; if (details) { @@ -125,7 +126,7 @@ window.renderPortalDetails = function(guid) { $('#portaldetails') .html('') //to ensure it's clear - .attr('class', TEAM_TO_CSS[portal.options.team]) + .attr('class', TEAM_TO_CSS[portal.options.team]) //FIXME: use details/data if possible, to avoid ambiguity .append( $('

').attr({class:'title'}).text(data.title),