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; var isVerticalSwipesEnabled = true;
function toggleVerticalSwipes(enable_swipes) { 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); console.warn('[Telegram.WebApp] Changing swipes behavior is not supported in version ' + webAppVersion);
return; return;
} }

View file

@ -9,7 +9,7 @@
<meta name="MobileOptimized" content="176" /> <meta name="MobileOptimized" content="176" />
<meta name="HandheldFriendly" content="True" /> <meta name="HandheldFriendly" content="True" />
<meta name="robots" content="noindex, nofollow" /> <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> <script>
function setThemeClass() { function setThemeClass() {
document.documentElement.className = Telegram.WebApp.colorScheme; document.documentElement.className = Telegram.WebApp.colorScheme;

View file

@ -8,7 +8,7 @@
<meta name="MobileOptimized" content="176" /> <meta name="MobileOptimized" content="176" />
<meta name="HandheldFriendly" content="True" /> <meta name="HandheldFriendly" content="True" />
<meta name="robots" content="noindex,nofollow" /> <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> <script>
function setThemeClass() { function setThemeClass() {
document.documentElement.className = Telegram.WebApp.colorScheme; document.documentElement.className = Telegram.WebApp.colorScheme;