mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-06 02:45:30 +01:00
Update content of files
This commit is contained in:
parent
dd549228b3
commit
45e5973ceb
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue