From c8e24d13142653f88a2a362aee55498f9e863a46 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Fri, 29 Nov 2013 14:31:08 +0100 Subject: [PATCH 1/2] =?UTF-8?q?css-klasse=20"uhr"=20automatisch=20hinzuf?= =?UTF-8?q?=C3=BCgen"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- uhr.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 526f116..9d5f1ca 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ along with this program. If not, see . -
+

Created by fritteli, inspired by QLOCKTWO. diff --git a/uhr.js b/uhr.js index ee06939..8980718 100644 --- a/uhr.js +++ b/uhr.js @@ -155,6 +155,7 @@ Uhr.prototype.createHTMLElements = function(clockarea) { this.createThemeSwitch(); } Uhr.prototype.createClockarea = function(clockarea) { + clockarea.addClass('uhr'); clockarea.empty(); clockarea.append(''); clockarea.append(''); From 93cef2c346052432403e752e962fb6a42864dae2 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Fri, 29 Nov 2013 14:34:04 +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 21ca301..f0eff72 100644 --- a/manifest.appcache +++ b/manifest.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# 3.0.2 +# 3.0.3 COPYING index.html