forked from MarseyWorld/MarseyWorld
dfs
parent
62d1ba9ffe
commit
14359091a8
|
@ -167,7 +167,7 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
if (!("standalone" in window.navigator) && window.navigator.standalone) {
|
if (!("standalone" in window.navigator) && window.navigator.standalone) {
|
||||||
if (window.innerWidth <= 737) {
|
// if (window.innerWidth <= 737) {
|
||||||
document.getElementById('mobile-prompt').show()
|
document.getElementById('mobile-prompt').show()
|
||||||
document.getElementsByClassName('tooltip')[0].onclick = function(event){
|
document.getElementsByClassName('tooltip')[0].onclick = function(event){
|
||||||
document.getElementById('mobile-prompt').hide()
|
document.getElementById('mobile-prompt').hide()
|
||||||
|
@ -176,7 +176,7 @@
|
||||||
xhr.open("POST", '/dismiss_mobile_tip', true);
|
xhr.open("POST", '/dismiss_mobile_tip', true);
|
||||||
xhr.send();
|
xhr.send();
|
||||||
}
|
}
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<!-- {% endif %} -->
|
<!-- {% endif %} -->
|
||||||
|
|
Loading…
Reference in New Issue