display actions, adjust mapquest open arial URLs, don't overwrite real tiles with...
[lantea.git] / js / ui.js
index bc3303d8474674363375f89e8f02060c1c823a0e..2ff241f7a231aaf27b8b010dd3870a1ab620d77e 100644 (file)
--- a/js/ui.js
+++ b/js/ui.js
@@ -8,8 +8,12 @@ var mainDB;
 
 var gUIHideCountdown = 0;
 var gWaitCounter = 0;
+var gAction, gActionLabel;
 
 window.onload = function() {
+  gAction = document.getElementById("action");
+  gActionLabel = document.getElementById("actionlabel");
+
   var mSel = document.getElementById("mapSelector");
   for (var mapStyle in gMapStyles) {
     var opt = document.createElement("option");
@@ -51,6 +55,8 @@ window.onload = function() {
 
       gMapPrefsLoaded = true;
       resizeAndDraw();
+      gActionLabel.textContent = "";
+      gAction.style.display = "none";
       setTracking(document.getElementById("trackCheckbox"));
     }
     else