From 7e1c7c481e3d0221a1b6233a2e4eb7aa17a6f54d Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 21 Dec 2020 15:15:08 +0100 Subject: [PATCH] Fix support panel UI issue --- www/support/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/support/ui.js b/www/support/ui.js index 6fd118d0d..b85197f63 100644 --- a/www/support/ui.js +++ b/www/support/ui.js @@ -307,7 +307,7 @@ define([ var form = makeForm(ctx, function () { var sent = sendForm(ctx, content.id, form, content.sender); if (sent) { - $(actions).show(); + $(actions).css('display', ''); $(form).remove(); } }, content.title);