Update content of files

This commit is contained in:
GitHub Action 2023-02-28 02:37:23 +00:00
parent 94fe755f18
commit f9f3bd2680

View file

@ -106,9 +106,6 @@ var DemoApp = {
Telegram.WebApp.sendData(new Date().toString());
}
},
switchInlineQuery: function(query, choose_chat) {
Telegram.WebApp.switchInlineQuery(query, choose_chat ? ['users', 'bots', 'groups', 'channels'] : false);
},
requestLocation: function(el) {
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(function (position) {