Show Garmin status even if browser is not supported (otherwise the user

wouldn't have a clue).
This commit is contained in:
2014-11-22 22:56:11 +01:00
parent 2cd4de54d3
commit 0159db9652
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -51,7 +51,7 @@
<table class="table">
<tr>
<td width="350px">
<div id="garminDisplay">&nbsp;</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>