Always close panel on screen resolutions where page is pushed to the right.

This commit is contained in:
jcass 2017-02-19 18:44:29 +02:00
parent 02425d1f23
commit 6c525e516f
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ function resetSong () {
}
function resizeMb () {
if ($(window).width() < 560) {
if ($(window).width() < 880) {
$('#panel').panel('close')
} else {
$('#panel').panel('open')
@ -373,7 +373,7 @@ function locationHashChanged () {
setHeadline(divid)
if ($(window).width() < 560) {
if ($(window).width() < 880) {
$('#panel').panel('close')
}

View File

@ -1,6 +1,6 @@
CACHE MANIFEST
# 2017-02-18:v5
# 2017-02-19:v1
NETWORK:
*