From c7869fd4fc9c42593dbaa87d5d6822d459b36a66 Mon Sep 17 00:00:00 2001 From: kilo Date: Wed, 11 Oct 2017 19:18:00 +0200 Subject: [PATCH] fancy JS to delete comments faster (#1649) --- templates/admin/index.jet.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/templates/admin/index.jet.html b/templates/admin/index.jet.html index 3055e6c3..28c10253 100644 --- a/templates/admin/index.jet.html +++ b/templates/admin/index.jet.html @@ -57,7 +57,7 @@ {{.User.Username}} {{ getReportDescription(.Description,T) }} - + {{ T("delete") }} @@ -121,7 +121,7 @@ - + {{ T("delete") }} @@ -136,3 +136,16 @@ {{end}} +{{block footer_js()}} + +{{end}}