got rid of redundant code

This commit is contained in:
Philipp Schaefer
2013-10-02 23:40:51 +02:00
parent 7fd3cb7fd6
commit 72620ed668
5 changed files with 3 additions and 11 deletions

View File

@ -328,7 +328,7 @@ window.rangeLinkClick = function() {
if(window.portalRangeIndicator)
window.map.fitBounds(window.portalRangeIndicator.getBounds());
if(window.isSmartphone())
window.smartphone.mapButton.click();
window.show('map');
}
window.showPortalPosLinks = function(lat, lng, name) {