add: dedicated responses tab for profiles
This commit is contained in:
parent
9ba6320d46
commit
07a23f505b
24 changed files with 332 additions and 55 deletions
|
@ -1363,7 +1363,8 @@ ${option.input_element_type === "textarea" ? `${option.value}</textarea>` : ""}
|
|||
JSON.stringify(accepted_warnings),
|
||||
);
|
||||
|
||||
setTimeout(() => {
|
||||
setTimeout(async () => {
|
||||
await trigger("me::achievement", ["AcceptProfileWarning"]);
|
||||
window.history.back();
|
||||
}, 100);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue