forked from MarseyWorld/MarseyWorld
fds
parent
93dac33d0d
commit
02375b2ef1
|
@ -153,7 +153,7 @@
|
|||
|
||||
<script>
|
||||
if (!("standalone" in window.navigator) && window.navigator.standalone) {
|
||||
// if (window.innerWidth <= 737) {
|
||||
if (window.innerWidth <= 737) {
|
||||
document.getElementById('mobile-prompt').show()
|
||||
document.getElementsByClassName('tooltip')[0].onclick = function(event){
|
||||
document.getElementById('mobile-prompt').hide()
|
||||
|
@ -162,7 +162,7 @@
|
|||
xhr.open("POST", '/dismiss_mobile_tip', true);
|
||||
xhr.send();
|
||||
}
|
||||
// }
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue