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);