From 492d2a983e4d03f79416a1eead50515d3aeb7305 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sat, 11 Jan 2014 21:07:41 +0100 Subject: [PATCH] cleaned up the index.html and renamed jquery.cookie.js --- index.html | 16 ++-------------- jquery.cookie.js => jquery-cookie-1.4.0.js | 0 manifest.appcache | 2 +- 3 files changed, 3 insertions(+), 15 deletions(-) rename jquery.cookie.js => jquery-cookie-1.4.0.js (100%) 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