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); } -} - +//}