fix breakage from last commit
This commit is contained in:
parent
d3270f698c
commit
8f76951ca3
@ -107,7 +107,7 @@ window.rangeLinkClick = function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
window.showPortalPosLinks = function(lat, lng) {
|
window.showPortalPosLinks = function(lat, lng) {
|
||||||
if (android && android.intentPosLink) {
|
if (typeof android !== 'undefined' && android && android.intentPosLink) {
|
||||||
android.intentPosLink('https://maps.google.com/?q='+lat+','+lng);
|
android.intentPosLink('https://maps.google.com/?q='+lat+','+lng);
|
||||||
} else {
|
} else {
|
||||||
var qrcode = '<div id="qrcode"></div>';
|
var qrcode = '<div id="qrcode"></div>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user