Show Garmin status even if browser is not supported (otherwise the user
wouldn't have a clue).
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
function load(lat, lon, id, url, garminKey, language)
|
||||
function load(lat, lon, id, url, garminKey, language)
|
||||
{
|
||||
var sSuccessMessage = "Geocache saved successfully";
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
pathKeyPairsArray: [url, garminKey],
|
||||
showStatusElement: true, //basic feedback provided
|
||||
unlockOnPageLoad: false, //delays unlocking to avoid authorization prompt until action
|
||||
hideIfBrowserNotSupported: true,
|
||||
hideIfBrowserNotSupported: false,
|
||||
showStatusElement: true, //provide minimal feedback
|
||||
autoFindDevices: true, //it will search for devices upon action
|
||||
showCancelFindDevicesButton: true, //no need to cancel small data transfers
|
||||
|
@@ -51,7 +51,7 @@
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td width="350px">
|
||||
<div id="garminDisplay"> </div>
|
||||
<div id="garminDisplay"></div>
|
||||
</td>
|
||||
<td>
|
||||
<a href="http://www.garmin.com" target="_blank"><img src="images/garmin.png" width="200px" height="78px" alt="Garmin Mobile Navigation" title="Garmin Mobile Navigation" /></a>
|
||||
|
Reference in New Issue
Block a user