From ebc82f4efff4e7629f1cbb3fa5a780d9bcaa2343 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Tue, 17 Dec 2013 21:50:28 +0100 Subject: [PATCH] improved default site and fixed JS error; need to tackle that again, though --- index.html | 7 +++++-- uhr.js | 5 ++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 7543a50..54ef49b 100644 --- a/index.html +++ b/index.html @@ -27,18 +27,21 @@ along with this program. If not, see . - +

Created by fritteli, inspired by QLOCKTWO. diff --git a/uhr.js b/uhr.js index 3b09ed0..7b2408e 100644 --- a/uhr.js +++ b/uhr.js @@ -17,7 +17,7 @@ along with this program. If not, see . * @param clockarea Das jQuery-gewrappte HTML-Element, auf dem die Uhr angezeigt werden soll. * @param themeElement Das HTML-Stylesheet-Tag, das das Theme-CSS referenziert. */ -if (typeof Uhr === 'undefined') { +//if (typeof Uhr === 'undefined') { function Uhr(clockarea, settings) { this.id = Uhr.id++; this.timer = null; @@ -340,5 +340,4 @@ function m(letter) { } return l(letter, style); } -} - +//}