Fix support panel UI issue
parent
b7ea099eab
commit
7e1c7c481e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue