Skip to content

Commit

Permalink
Update content of files
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Jul 6, 2024
1 parent dd54922 commit 45e5973
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/web/telegram.org/js/telegram-web-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion data/web/webappcontent.telegram.org/cafe.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion data/web/webappcontent.telegram.org/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 45e5973

Please sign in to comment.