forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-15 12:25:26 +02:00
parent 0f00c3b7a8
commit ba0b4b9528
1 changed files with 1 additions and 4 deletions

View File

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