fixes #1248 translate escape

added escape to the str_no translation so it doesn t crash js
This commit is contained in:
Louis
2020-10-30 16:47:56 +01:00
parent 4bb4071a8a
commit d343959372
@@ -47,7 +47,7 @@ jQuery("a.preview-box").colorbox({
str_are_you_sure = '{'Are you sure?'|translate}';
str_yes = '{'Yes, delete'|translate}';
str_no = '{'No, I have changed my mind'|translate}';
str_no = '{'No, I have changed my mind'|translate|@escape:'javascript'}';
url_delete = '{$U_DELETE}';
{literal}