Updated the todo and added the tinyscreen style to the height, too
This commit is contained in:
parent
cfb33d2a28
commit
01dfc4e83d
2 changed files with 8 additions and 1 deletions
|
@ -100,6 +100,12 @@
|
|||
} else {
|
||||
$('body').removeClass('tinyscreen');
|
||||
}
|
||||
|
||||
if(height < 700) {
|
||||
$('body').addClass('tinyscreen');
|
||||
} else {
|
||||
$('body').removeClass('tinyscreen');
|
||||
}
|
||||
};
|
||||
|
||||
$(document).ready(jqUpdateSize);
|
||||
|
|
3
doc/TODO
3
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
|
||||
* passwort: iYon4OIgSy9
|
||||
* Music by http://www.nosoapradio.us
|
Loading…
Reference in a new issue