diff --git a/code/utils_misc.js b/code/utils_misc.js index 006741ea..6d57656b 100644 --- a/code/utils_misc.js +++ b/code/utils_misc.js @@ -86,8 +86,6 @@ window.unixTimeToHHmm = function(time) { return h + ':' + s; } - - window.rangeLinkClick = function() { if(window.portalRangeIndicator) window.map.fitBounds(window.portalRangeIndicator.getBounds()); @@ -100,7 +98,6 @@ window.reportPortalIssue = function(info) { location.href = 'https://support.google.com/ingress?hl=en'; } - window._storedPaddedBounds = undefined; window.getPaddedBounds = function() { if(_storedPaddedBounds === undefined) { @@ -129,7 +126,6 @@ window.getMinPortalLevel = function() { return conv[z]; } - // returns number of pixels left to scroll down before reaching the // bottom. Works similar to the native scrollTop function. window.scrollBottom = function(elm) {