forked from MarseyWorld/MarseyWorld
master
parent
ab9ec4ec13
commit
e4e024a905
|
@ -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…
Reference in New Issue