diff --git a/index.html b/index.html index 430e8ef..3b47606 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ along with this program. If not, see . Die Zeit als Wort - in HTML, CSS und JS - + @@ -30,10 +30,6 @@ along with this program. If not, see .
-
-
-
-

Created by fritteli, inspired by QLOCKTWO. @@ -42,15 +38,7 @@ along with this program. If not, see . var height = jQuery(window).height(); var width = jQuery(window).width(); var size = height < width ? height : width; - /* - new Uhr(jQuery('#uhr'), { - layout: 'de_CH', - theme: 'black', - status: 'on', - width: size + 'px' - }); - */ - $('div.u').uhr({width:'10em'}); + $('#uhr').uhr({width:size+'px'}); diff --git a/jquery.cookie.js b/jquery-cookie-1.4.0.js similarity index 100% rename from jquery.cookie.js rename to jquery-cookie-1.4.0.js diff --git a/manifest.appcache b/manifest.appcache index ff73367..d836a65 100644 --- a/manifest.appcache +++ b/manifest.appcache @@ -4,8 +4,8 @@ CACHE MANIFEST COPYING index.html jquery-2.0.3.min.js +jquery-cookie-1.4.0.js jquery-ui-1.10.3.custom.min.js -jquery.cookie.js uhr.js uhr-de_CH.js uhr-de.js