comments concerning things that need fixing at some point...

This commit is contained in:
Jon Atkins 2014-01-22 03:27:21 +00:00
parent 3d17f67e95
commit 483227b8fc

View File

@ -83,6 +83,7 @@ window.renderPortalDetails = function(guid) {
} }
// portal level. start with basic data - then extend with fractional info in tooltip if available // 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 levelInt = portal.options.level;
var levelDetails = portal.options.level; var levelDetails = portal.options.level;
if (details) { if (details) {
@ -125,7 +126,7 @@ window.renderPortalDetails = function(guid) {
$('#portaldetails') $('#portaldetails')
.html('') //to ensure it's clear .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( .append(
$('<h3>').attr({class:'title'}).text(data.title), $('<h3>').attr({class:'title'}).text(data.title),