Improved permalink/portal link
Now shows a dialog from which you can: * share the permalink using the standard android share feature * copy the link to the clipboard * open the intel map link with an installed browser * show the map with an installed map application (that supports geo: URIs)
This commit is contained in:
2
main.js
2
main.js
@ -96,7 +96,7 @@ document.getElementsByTagName('body')[0].innerHTML = ''
|
||||
// redeeming removed from stock site, so commented out for now. it may return...
|
||||
// + ' <input id="redeem" placeholder="Redeem code…" type="text"/>'
|
||||
+ ' <div id="toolbox">'
|
||||
+ ' <a onmouseover="setPermaLink(this)" onclick="setPermaLink(this);return androidCopy(this.href)" title="URL link to this map view">Permalink</a>'
|
||||
+ ' <a onmouseover="setPermaLink(this)" onclick="setPermaLink(this);return androidPermalink()" title="URL link to this map view">Permalink</a>'
|
||||
+ ' <a onclick="window.aboutIITC()" style="cursor: help">About IITC</a>'
|
||||
+ ' </div>'
|
||||
+ ' </div>'
|
||||
|
Reference in New Issue
Block a user