From: Robert Kaiser Date: Thu, 18 Apr 2013 01:16:44 +0000 (+0200) Subject: always enable upload X-Git-Tag: legacy-preGL~25 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=d762398b9d7d8768c8e13fe16183bb0c6a3007a3 always enable upload --- diff --git a/js/ui.js b/js/ui.js index 7dc5d33..9bf8d28 100644 --- a/js/ui.js +++ b/js/ui.js @@ -47,6 +47,8 @@ window.onload = function() { document.getElementById("uploadTrackButton").classList.remove("debugHide"); // Without OAuth, the login data is useless //document.getElementById("uploadSettingsArea").classList.remove("debugHide"); + // As login data is useless for now, always enable upload button + document.getElementById("uploadTrackButton").disabled = true; } if (gDebug) { diff --git a/manifest.appcache b/manifest.appcache index df42a51..5f98be6 100644 --- a/manifest.appcache +++ b/manifest.appcache @@ -1,6 +1,6 @@ CACHE MANIFEST -# 2013-04-17 +# 2013-04-18 manifest.webapp js/map.js js/ui.js