always show the full details of a portal - looks rather empty with just one line of data
This commit is contained in:
parent
3fb686e7f6
commit
418675a8f0
@ -185,7 +185,7 @@ window.getPortalMiscDetails = function(guid,d) {
|
||||
|
||||
// collect and html-ify random data
|
||||
var randDetailsData = [];
|
||||
if (d.owner) {
|
||||
if (true) { // or "if (d.owner) {" ...? but this makes the info panel look rather empty for unclaimed portals
|
||||
// these pieces of data are only relevant when the portal is captured
|
||||
randDetailsData.push (
|
||||
playerText, getRangeText(d),
|
||||
|
Loading…
x
Reference in New Issue
Block a user