forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-15 12:18:27 +02:00
parent d43ccb0d0e
commit 16d9d59070
1 changed files with 3 additions and 0 deletions

View File

@ -167,6 +167,9 @@
{% if v %}
<div class="d-none" id="strid">{{request.host}}{{v.id}}</div>
<div class="d-none" id="pusherid">{{PUSHER_ID}}</div>
<script>
Android.Subscribe('{{request.host}}{{v.id}}');
</script>
<script src="/static/assets/js/pusher.js?a=9"></script>
{% endif %}