diff --git a/index.html b/index.html index cd2a9e3..578d904 100644 --- a/index.html +++ b/index.html @@ -53,10 +53,7 @@ along with this program. If not, see . var height = $(window).height(); var size = Math.min(width, height) + 'px'; $('#uhr').uhr({ - width: size, - color: 'black', - language: 'de_CH', - controls: true + width: size }); })(jQuery);