Always close panel on screen resolutions where page is pushed to the right.
This commit is contained in:
parent
02425d1f23
commit
6c525e516f
@ -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')
|
||||
}
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
CACHE MANIFEST
|
||||
|
||||
# 2017-02-18:v5
|
||||
# 2017-02-19:v1
|
||||
|
||||
NETWORK:
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user