mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-26 01:07:37 +01:00
Update content of files
This commit is contained in:
parent
e0af2ae1d7
commit
1e7ae12ab7
1 changed files with 0 additions and 3 deletions
|
@ -106,9 +106,6 @@ var DemoApp = {
|
||||||
Telegram.WebApp.sendData(new Date().toString());
|
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) {
|
requestLocation: function(el) {
|
||||||
if (navigator.geolocation) {
|
if (navigator.geolocation) {
|
||||||
navigator.geolocation.getCurrentPosition(function (position) {
|
navigator.geolocation.getCurrentPosition(function (position) {
|
||||||
|
|
Loading…
Reference in a new issue