bbbbbbbbb

This commit is contained in:
Aevann1 2022-01-15 12:01:22 +02:00
parent 82b0bd3801
commit 21070675b5
5 changed files with 6 additions and 9 deletions

View file

@ -73,11 +73,4 @@
<button class="btn btn-primary mt-3" onclick="post_toast('/admin/purge_cache');">PURGE CACHE</button>
{% endif %}
<input type="button" value="Say hello" onClick="Subscribe('{{request.host}}{{v.id}}')" />
<script type="text/javascript">
function Subscribe(toast) {
Android.Subscribe(toast);
}
</script>
{% endblock %}