From 8f6f89a9f3122be67cf6196a04422bec753007ad Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Mon, 13 Jun 2016 20:37:24 +0100 Subject: [PATCH] ancient change i forgot to push --- code/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/boot.js b/code/boot.js index 905182cb..4b2f2405 100644 --- a/code/boot.js +++ b/code/boot.js @@ -201,7 +201,7 @@ window.setupMap = function() { portalsFactionLayers[i] = [L.layerGroup(), L.layerGroup(), L.layerGroup()]; portalsLayers[i] = L.layerGroup(portalsFactionLayers[i]); map.addLayer(portalsLayers[i]); - var t = (i === 0 ? 'Unclaimed' : 'Level ' + i) + ' Portals'; + var t = (i === 0 ? 'Unclaimed/Placeholder' : 'Level ' + i) + ' Portals'; addLayers[t] = portalsLayers[i]; // Store it in hiddenLayer to remove later if(!isLayerGroupDisplayed(t, true)) hiddenLayer.push(portalsLayers[i]);