From: Robert Kaiser Date: Thu, 2 Jan 2014 15:50:57 +0000 (+0100) Subject: remove the failed messages as well X-Git-Tag: legacy-preGL~1 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=d0c62ee019f8c1264fda16acf2a2649e23de6e82 remove the failed messages as well --- diff --git a/js/ui.js b/js/ui.js index 921b952..d76f915 100644 --- a/js/ui.js +++ b/js/ui.js @@ -318,8 +318,9 @@ function uploadTrack() { document.getElementById("uploadStatusCloseButton").disabled = true; document.getElementById("uploadInProgress").style.display = "block"; document.getElementById("uploadSuccess").style.display = "none"; - document.getElementById("uploadErrorMsg").textContent = ""; + document.getElementById("uploadFailed").style.display = "none"; document.getElementById("uploadError").style.display = "none"; + document.getElementById("uploadErrorMsg").textContent = ""; // Now show the status area. document.getElementById("uploadStatus").style.display = "block"; diff --git a/manifest.appcache b/manifest.appcache index 1ada8a9..c1784f3 100644 --- a/manifest.appcache +++ b/manifest.appcache @@ -1,6 +1,6 @@ CACHE MANIFEST -# 2014-01-02.1 +# 2014-01-02.2 manifest.webapp js/map.js js/ui.js