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 () {
|
function resizeMb () {
|
||||||
if ($(window).width() < 560) {
|
if ($(window).width() < 880) {
|
||||||
$('#panel').panel('close')
|
$('#panel').panel('close')
|
||||||
} else {
|
} else {
|
||||||
$('#panel').panel('open')
|
$('#panel').panel('open')
|
||||||
@ -373,7 +373,7 @@ function locationHashChanged () {
|
|||||||
|
|
||||||
setHeadline(divid)
|
setHeadline(divid)
|
||||||
|
|
||||||
if ($(window).width() < 560) {
|
if ($(window).width() < 880) {
|
||||||
$('#panel').panel('close')
|
$('#panel').panel('close')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
|
|
||||||
# 2017-02-18:v5
|
# 2017-02-19:v1
|
||||||
|
|
||||||
NETWORK:
|
NETWORK:
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user