From 258e75918d40a3af92c14073dbd2aadd710611a9 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Thu, 7 Feb 2013 16:33:02 +0100 Subject: [PATCH] fix #3 --- code/portal_detail_display_tools.js | 2 +- total-conversion-build.user.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/portal_detail_display_tools.js b/code/portal_detail_display_tools.js index 8f01bbcf..ad1d73d5 100644 --- a/code/portal_detail_display_tools.js +++ b/code/portal_detail_display_tools.js @@ -64,7 +64,7 @@ window.getReportIssueInfoText = function(d) { return ('Your Nick: '+PLAYER.nickname+' ' + 'Portal: '+d.portalV2.descriptiveText.TITLE+' ' + 'Location: '+d.portalV2.descriptiveText.ADDRESS - +' (lat '+(d.locationE6.latE6/1E6)+'; lng '+(d.locationE6.latE6/1E6)+')' + +' (lat '+(d.locationE6.latE6/1E6)+'; lng '+(d.locationE6.lngE6/1E6)+')' ).replace(/['"]/, ''); } diff --git a/total-conversion-build.user.js b/total-conversion-build.user.js index 2d76b5a0..fb7467ee 100644 --- a/total-conversion-build.user.js +++ b/total-conversion-build.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @id ingress-intel-total-conversion@breunigs // @name intel map total conversion -// @version 0.2-2013-02-07-162416 +// @version 0.2-2013-02-07-163236 // @namespace https://github.com/breunigs/ingress-intel-total-conversion // @updateURL https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/total-conversion-build.user.js // @downloadURL https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/total-conversion-build.user.js @@ -1627,7 +1627,7 @@ window.getReportIssueInfoText = function(d) { return ('Your Nick: '+PLAYER.nickname+' ' + 'Portal: '+d.portalV2.descriptiveText.TITLE+' ' + 'Location: '+d.portalV2.descriptiveText.ADDRESS - +' (lat '+(d.locationE6.latE6/1E6)+'; lng '+(d.locationE6.latE6/1E6)+')' + +' (lat '+(d.locationE6.latE6/1E6)+'; lng '+(d.locationE6.lngE6/1E6)+')' ).replace(/['"]/, ''); }