diff --git a/templates/admin.html b/templates/admin.html index 12b6643..bcff179 100755 --- a/templates/admin.html +++ b/templates/admin.html @@ -280,8 +280,7 @@ data-zoom="{{ file.zoom | default(1.0) }}" data-site="{{ current_site }}" data-screen="{{ screen }}" - data-oldname="{{ file.name | e }}" - onclick="alert('KLICK!');"> + data-oldname="{{ file.name | e }}"> Edit {% endif %} @@ -538,9 +537,25 @@