This commit is contained in:
Aevann1 2022-01-15 10:08:52 +02:00
parent ecb0d7ff95
commit 5b17829d30
5 changed files with 12 additions and 17 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="showAndroidToast('Hello Android!')" />
<script type="text/javascript">
function showAndroidToast(toast) {
Android.showToast(toast);
}
</script>
{% endblock %}