remotes/1693045480750635534/spooky-22
Aevann1 2022-01-15 12:55:24 +02:00
parent ab9ec4ec13
commit e4e024a905
1 changed files with 6 additions and 0 deletions

View File

@ -74,4 +74,10 @@
{% 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 %}