From 1e90ebc9a2223a79d62b81d3c545e2c127c55d26 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Tue, 19 Apr 2022 11:46:46 +0200 Subject: [PATCH] working on translation --- static/templates/js.st | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/templates/js.st b/static/templates/js.st index c23546b..04478f3 100644 --- a/static/templates/js.st +++ b/static/templates/js.st @@ -70,7 +70,7 @@ function showListOfEditableLists(data){ let list = $(this).attr('name'); if (confirm("This will "+action+" '"+list+"'. Are you sure?")) self[action+'List'](list); }); - $('