master
Aevann1 2022-01-16 07:01:59 +02:00
parent 10ece28c20
commit b359734a75
1 changed files with 3 additions and 1 deletions

View File

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