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/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 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('');