From a2f8f5c90811be8085e1eb0080bfcaefd9f82d07 Mon Sep 17 00:00:00 2001 From: andryyy Date: Sat, 24 Jun 2017 10:32:24 +0200 Subject: [PATCH] Fix id --- data/web/js/admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/js/admin.js b/data/web/js/admin.js index ad87b787..739e59f6 100644 --- a/data/web/js/admin.js +++ b/data/web/js/admin.js @@ -292,7 +292,7 @@ jQuery(function($){ success: function (data) { $.each(data, function (i, item) { item.action = '
' + - ' ' + lang.remove + '' + + ' ' + lang.remove + '' + '
'; if (item.keep_spam == "yes") { item.keep_spam = lang.no;