From db25a6f89f797fad78a1778883a961f19c51de81 Mon Sep 17 00:00:00 2001 From: Phillip Koch Date: Thu, 8 Mar 2018 20:46:43 +0100 Subject: [PATCH] removed encoding for data attribute to fix deletion --- data/web/js/mailbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/js/mailbox.js b/data/web/js/mailbox.js index 7f0129be..513f0d95 100644 --- a/data/web/js/mailbox.js +++ b/data/web/js/mailbox.js @@ -310,7 +310,7 @@ jQuery(function($){ $.each(data, function (i, item) { item.action = '
' + ' ' + lang.edit + '' + - ' ' + lang.remove + '' + + ' ' + lang.remove + '' + '
'; item.chkbox = ''; item.name = escapeHtml(item.name);