diff --git a/code/boot.js b/code/boot.js index a881f8e0..5cab4e63 100644 --- a/code/boot.js +++ b/code/boot.js @@ -231,7 +231,7 @@ window.setupPlayerStat = function() { + '

'+level+' ' + '
' + ''+PLAYER.nickname+'' - + 'sign out' + + 'sign out' + '
' + '
' + 'XM: '+xmRatio+'%' @@ -386,6 +386,7 @@ try { console.log('Loading included JS now'); } catch(e) {} try { console.log('done loading included JS'); } catch(e) {} +//note: no protocol - so uses http or https as used on the current page var JQUERY = 'https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'; var JQUERYUI = 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js'; diff --git a/code/chat.js b/code/chat.js index f6716a0d..ccdb0fbd 100644 --- a/code/chat.js +++ b/code/chat.js @@ -292,7 +292,7 @@ window.chat.writeDataToHash = function(newData, storageHash, isPublicChannel) { case 'PORTAL': var latlng = [markup[1].latE6/1E6, markup[1].lngE6/1E6]; - var perma = 'https://ingress.com/intel?latE6='+markup[1].latE6+'&lngE6='+markup[1].lngE6+'&z=17&pguid='+markup[1].guid; + var perma = '/intel?latE6='+markup[1].latE6+'&lngE6='+markup[1].lngE6+'&z=17&pguid='+markup[1].guid; var js = 'window.zoomToAndShowPortal(\''+markup[1].guid+'\', ['+latlng[0]+', '+latlng[1]+']);return false'; msg += '@@INCLUDESTRING:style.css@@' + '' //note: smartphone.css injection moved into code/smartphone.js - + ''; + + ''; document.getElementsByTagName('body')[0].innerHTML = '' + '
Loading, please wait
' @@ -168,7 +168,7 @@ window.RANGE_INDICATOR_COLOR = 'red' window.PORTAL_RADIUS_ENLARGE_MOBILE = 5; -window.DEFAULT_PORTAL_IMG = 'https://commondatastorage.googleapis.com/ingress/img/default-portal-image.png'; +window.DEFAULT_PORTAL_IMG = '//commondatastorage.googleapis.com/ingress/img/default-portal-image.png'; window.NOMINATIM = 'http://nominatim.openstreetmap.org/search?format=json&limit=1&q='; // INGRESS CONSTANTS ///////////////////////////////////////////////// diff --git a/plugins/ap-list.user.js b/plugins/ap-list.user.js index fffce8db..c8a4d575 100644 --- a/plugins/ap-list.user.js +++ b/plugins/ap-list.user.js @@ -200,7 +200,7 @@ window.plugin.apList.getPortalLink = function(portal) { var latlng = [portal.locationE6.latE6/1E6, portal.locationE6.lngE6/1E6].join(); var jsSingleClick = 'window.plugin.apList.selectPortal(\''+portal.guid+'\');return false'; var jsDoubleClick = 'window.zoomToAndShowPortal(\''+portal.guid+'\', ['+latlng+']);return false'; - var perma = 'https://ingress.com/intel?latE6='+portal.locationE6.latE6 + var perma = '/intel?latE6='+portal.locationE6.latE6 +'&lngE6='+portal.locationE6.lngE6+'&z=17&pguid='+portal.guid; //Use Jquery to create the link, which escape characters in TITLE and ADDRESS of portal var a = $('
',{ diff --git a/plugins/portals-list.user.js b/plugins/portals-list.user.js index 7da32e3a..a160c371 100644 --- a/plugins/portals-list.user.js +++ b/plugins/portals-list.user.js @@ -353,7 +353,7 @@ window.plugin.portalslist.exportKML = function(){ // description contain picture of the portal, address and link to the Intel map var description = '
' + portal.address - + '
Link to Intel Map
' + + '
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 = $('',{