+ IITC Mobile is an optimized mobile browser for the
+ Ingress Intel Total Conversion (IITC) userscript by breunigs.
+ After Niantic asked the main developer to shut down his github project, development
+ is continued on a fork of jonatkins.
'
+ + ' Link to Intel Map'
+ ']]>';
kml += 'L' + Math.floor(portal.level) + ' - ' + portal.name + ''
@@ -387,7 +387,7 @@ window.plugin.portalslist.getPortalLink = function(portal,guid) {
var latlng = [portal.locationE6.latE6/1E6, portal.locationE6.lngE6/1E6].join();
var jsSingleClick = 'window.renderPortalDetails(\''+guid+'\');return false';
var jsDoubleClick = 'window.zoomToAndShowPortal(\''+guid+'\', ['+latlng+']);return false';
- var perma = 'https://ingress.com/intel?latE6='+portal.locationE6.latE6+'&lngE6='+portal.locationE6.lngE6+'&z=17&pguid='+guid;
+ var perma = '/intel?latE6='+portal.locationE6.latE6+'&lngE6='+portal.locationE6.lngE6+'&z=17&pguid='+guid;
//Use Jquery to create the link, which escape characters in TITLE and ADDRESS of portal
var a = $('',{