Update content of files

This commit is contained in:
GitHub Action 2024-07-06 17:45:33 +00:00
parent dd549228b3
commit 45e5973ceb
3 changed files with 3 additions and 3 deletions

View file

@ -466,7 +466,7 @@
var isVerticalSwipesEnabled = true;
function toggleVerticalSwipes(enable_swipes) {
if (!versionAtLeast('7.6')) {
if (!versionAtLeast('7.7')) {
console.warn('[Telegram.WebApp] Changing swipes behavior is not supported in version ' + webAppVersion);
return;
}

View file

@ -9,7 +9,7 @@
<meta name="MobileOptimized" content="176" />
<meta name="HandheldFriendly" content="True" />
<meta name="robots" content="noindex, nofollow" />
<script src="https://tg.dev/js/telegram-web-app.js?48"></script>
<script src="https://tg.dev/js/telegram-web-app.js?49"></script>
<script>
function setThemeClass() {
document.documentElement.className = Telegram.WebApp.colorScheme;

View file

@ -8,7 +8,7 @@
<meta name="MobileOptimized" content="176" />
<meta name="HandheldFriendly" content="True" />
<meta name="robots" content="noindex,nofollow" />
<script src="https://tg.dev/js/telegram-web-app.js?48"></script>
<script src="https://tg.dev/js/telegram-web-app.js?49"></script>
<script>
function setThemeClass() {
document.documentElement.className = Telegram.WebApp.colorScheme;