bb
This commit is contained in:
parent
fb29d7cb43
commit
f2dc269a71
1 changed files with 6 additions and 0 deletions
|
@ -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 %}
|
Loading…
Add table
Add a link
Reference in a new issue