implement basic support for smartphones
This commit is contained in:
@ -89,6 +89,8 @@ window.unixTimeToHHmm = function(time) {
|
||||
window.rangeLinkClick = function() {
|
||||
if(window.portalRangeIndicator)
|
||||
window.map.fitBounds(window.portalRangeIndicator.getBounds());
|
||||
if(window.isSmartphone)
|
||||
window.smartphone.mapButton.click();
|
||||
}
|
||||
|
||||
window.reportPortalIssue = function(info) {
|
||||
|
Reference in New Issue
Block a user