From 01dfc4e83dbb9e44fbddd952c4219d0059becf09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ruben=20M=C3=BCller?= Date: Thu, 2 May 2013 22:57:58 +0200 Subject: [PATCH] Updated the todo and added the tinyscreen style to the height, too --- dev/index.html | 6 ++++++ doc/TODO | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/dev/index.html b/dev/index.html index de29e65..00580f7 100755 --- a/dev/index.html +++ b/dev/index.html @@ -100,6 +100,12 @@ } else { $('body').removeClass('tinyscreen'); } + + if(height < 700) { + $('body').addClass('tinyscreen'); + } else { + $('body').removeClass('tinyscreen'); + } }; $(document).ready(jqUpdateSize); diff --git a/doc/TODO b/doc/TODO index c408971..7ed03ae 100644 --- a/doc/TODO +++ b/doc/TODO @@ -24,4 +24,5 @@ Initial release * Highscore-Script (http://www.holoville.com/blog/?p=948, http://www.scoreoid.net/) * username: arg * email: mail@aaron-mueller.de - * passwort: iYon4OIgSy9 \ No newline at end of file + * passwort: iYon4OIgSy9 +* Music by http://www.nosoapradio.us \ No newline at end of file