From 02f29d1813b25d4bc6c33f2124b196d46a802f88 Mon Sep 17 00:00:00 2001 From: Michael Prager Date: Thu, 12 May 2011 18:18:31 +0200 Subject: [PATCH] show "loading..." text when adding homescreen widget and data is still being loaded --- comingNext/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/comingNext/index.html b/comingNext/index.html index 7c97d58..3bc8f36 100644 --- a/comingNext/index.html +++ b/comingNext/index.html @@ -1393,6 +1393,10 @@ function hideViews() function listCalendars() { + if (errorOccured) { + return null; + } + try { var criteria = { Type:'Calendar', @@ -1576,7 +1580,7 @@ hr { color:#ffffff; background-color:#ffffff; height:1px; text-align:left; borde
-
+
loading...