commit c59677fb4530359e4e0a05d685f5e4161c7fe71a
parent 88699bd730db4e451ff1abb75c677ec1a12c2469
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Wed, 11 Jan 2017 21:47:17 +0100
Fix Unclaimed hiding
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/screencap.js b/screencap.js
@@ -277,7 +277,7 @@ function setupIITC(){
loadIitcPlugin('https://static.iitc.me/build/release/plugins/canvas-render.user.js');
page.evaluate(function(maptype) {
localStorage['ingress.intelmap.layergroupdisplayed'] = JSON.stringify({
- "Unclaimed Portals": false,
+ "Unclaimed/Placeholder Portals": false,
"Level 1 Portals": true,
"Level 2 Portals": true,
"Level 3 Portals": true,