From 18dbe9810edab635bb1e9160e4655b66d8c9dc39 Mon Sep 17 00:00:00 2001 From: Vitaliy Sulimenko Date: Sun, 20 Oct 2024 12:14:07 +0400 Subject: [PATCH] + --- js/jetPack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jetPack.js b/js/jetPack.js index e2bac07..ee15094 100644 --- a/js/jetPack.js +++ b/js/jetPack.js @@ -303,7 +303,7 @@ setTimeout(() => { - window.open(`https://t.me/${BOT_USERNAME}/${APP_NAME}`) + Telegram.WebApp.openTelegramLink(`https://t.me/${BOT_USERNAME}/${APP_NAME}`) }, 2000) }) }