mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-26 22:40:24 +01:00
Update content of files
This commit is contained in:
parent
739ba21fdb
commit
4f583901fa
2 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@
|
||||||
<div class="viewport-stable_border"></div>
|
<div class="viewport-stable_border"></div>
|
||||||
<script src="/js/jquery.min.js"></script>
|
<script src="/js/jquery.min.js"></script>
|
||||||
<script src="https://tg.dev/js/bootstrap.min.js"></script>
|
<script src="https://tg.dev/js/bootstrap.min.js"></script>
|
||||||
<script src="/js/webappdemo.js?8"></script>
|
<script src="/js/webappdemo.js?9"></script>
|
||||||
<script>
|
<script>
|
||||||
Telegram.WebApp.onEvent('themeChanged', function() {
|
Telegram.WebApp.onEvent('themeChanged', function() {
|
||||||
$('#theme_data').html(JSON.stringify(Telegram.WebApp.themeParams, null, 2));
|
$('#theme_data').html(JSON.stringify(Telegram.WebApp.themeParams, null, 2));
|
||||||
|
|
|
@ -193,7 +193,7 @@ var DemoApp = {
|
||||||
text: links_only ? 'with any link' : 'for test purposes'
|
text: links_only ? 'with any link' : 'for test purposes'
|
||||||
}, function(text) {
|
}, function(text) {
|
||||||
if (links_only) {
|
if (links_only) {
|
||||||
var lower_text = text.toSting().toLowerCase();
|
var lower_text = text.toString().toLowerCase();
|
||||||
if (lower_text.substr(0, 7) == 'http://' ||
|
if (lower_text.substr(0, 7) == 'http://' ||
|
||||||
lower_text.substr(0, 8) == 'https://') {
|
lower_text.substr(0, 8) == 'https://') {
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
|
|
Loading…
Reference in a new issue