mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-29 07:52:37 +01:00
Update content of files
This commit is contained in:
parent
2bc48cfab0
commit
a033484816
3 changed files with 6 additions and 3 deletions
|
@ -38,10 +38,10 @@
|
|||
<script src="/js/main-aj.js?67"></script>
|
||||
<script src="/js/jquery-ex.js?14"></script>
|
||||
<script src="/js/qr-code-styling.js?1"></script>
|
||||
<script src="/js/auction.js?62"></script>
|
||||
<script src="/js/auction.js?63"></script>
|
||||
<script src="/js/tgsticker.js?31"></script>
|
||||
|
||||
<script>ajInit({"version":479,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
|
||||
<script>ajInit({"version":480,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
|
||||
<script id="aj_script">Aj._useScrollHack=true;
|
||||
Main.init();
|
||||
</script>
|
||||
|
|
|
@ -983,7 +983,7 @@ var Assets = {
|
|||
Aj.state.botUsernameFee = result.amount;
|
||||
Aj.state.botUsernameAssignTo = assign_to;
|
||||
$('.js-username', Aj.state.$botUsernamePopup).html('@' + result.username);
|
||||
$('.js-amount', Aj.state.$botUsernamePopup).html(Main.wrapTonAmount(result.amount));
|
||||
$('.js-amount', Aj.state.$botUsernamePopup).html(result.amount);
|
||||
Aj.state.$botUsernameForm.field('id').value(result.req_id);
|
||||
openPopup(Aj.state.$botUsernamePopup);
|
||||
} else {
|
||||
|
|
|
@ -85,6 +85,9 @@
|
|||
<a href="/file/464001733/2/yIk_VZst65A.206330/2a44567f3f712767a8" target="_blank"><img src="/file/464001132/1/pfRkjlgxXjk.72504/d55b2cc06f5b3b277a" srcset="/file/464001733/2/yIk_VZst65A.206330/2a44567f3f712767a8, 1200w" title="Wait, I'm actually wearing dino pyjamas for work too." alt="Introducing Chat Folders"/></a>
|
||||
</div>
|
||||
|
||||
<blockquote>
|
||||
<p><strong>Update:</strong> You can now <a href="https://telegram.org/tour/chat-folders">share your chat folders</a> with friends, coworkers or followers by sending a <strong>single link</strong>.</p>
|
||||
</blockquote>
|
||||
<p>Many of our users rely on Telegram for their <strong>work</strong> and <strong>studies</strong>, even more so in the last weeks. To make sure everyone's chat lists can handle the increased load and you don't miss important messages, we're introducing <strong>Chat Folders</strong> today.</p>
|
||||
<p>If you have too many chats, you can now separate fun from work, or family stuff from school stuff – then swipe between the tabs to quickly access any of your chats.</p>
|
||||
<div class="blog_video_player_wrap" style="max-width: 400px; margin: 20px auto 20px;">
|
||||
|
|
Loading…
Reference in a new issue