Merge remote-tracking branch 'origin/main'

This commit is contained in:
2024-01-19 13:18:30 +03:00

View File

@@ -33,7 +33,7 @@
init_ws() init_ws()
const beep = new Audio('/static/sounds/beep_2.mp3') const beep = new Audio('/static/sounds/beep_2.mp3')
</script> </script>
{% endif %} {% endif %}
@@ -56,6 +56,9 @@
{% block meta %} {% block meta %}
{% endblock %} {% endblock %}
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6320323599773844" crossorigin="anonymous"></script>
</head> </head>
<body{% if page_type == 'routes' %} onscroll="scroll_ev(event,this)"{% endif %}> <body{% if page_type == 'routes' %} onscroll="scroll_ev(event,this)"{% endif %}>