From 7d78d86e29a1a8af294265f259c9ba5cc56834ef Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Mon, 25 Nov 2013 16:58:21 +0100 Subject: [PATCH 1/2] webkit bug geflickt --- index.html | 20 ++++++++++---------- uhr.js | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index c011fb9..ebbee8b 100644 --- a/index.html +++ b/index.html @@ -1,16 +1,16 @@ -Die Zeit als Wort - in HTML, CSS und JS - - - - - - - - - + Die Zeit als Wort - in HTML, CSS und JS + + + + + + + + +
diff --git a/uhr.js b/uhr.js index 8747842..4f74a1c 100644 --- a/uhr.js +++ b/uhr.js @@ -125,9 +125,9 @@ function renderLayout() { } } } -function Letter(value, style = '') { +function Letter(value, style) { this.value = value; - this.style = style; + this.style = style || ''; this.getStyle = function() { return "item letter " + style; } From aeb31358b3ad9f9ebfe61403bb16be2487989002 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Mon, 25 Nov 2013 16:59:59 +0100 Subject: [PATCH 2/2] manifest aktualisiert --- manifest.appcache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.appcache b/manifest.appcache index f4e44a5..d5c6444 100644 --- a/manifest.appcache +++ b/manifest.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# 2.1 +# 2.1.1 index.html jquery-2.0.3.min.js