Debug: inline onclick alert test

This commit is contained in:
Erik Thiele
2026-07-10 16:37:47 +02:00
parent a8cbeb089f
commit be00342109

View File

@@ -280,7 +280,8 @@
data-zoom="{{ file.zoom | default(1.0) }}" data-zoom="{{ file.zoom | default(1.0) }}"
data-site="{{ current_site }}" data-site="{{ current_site }}"
data-screen="{{ screen }}" data-screen="{{ screen }}"
data-oldname="{{ file.name | e }}"> data-oldname="{{ file.name | e }}"
onclick="alert('KLICK!');">
Edit Edit
</button> </button>
{% endif %} {% endif %}