mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-28 19:26:09 +01:00
🚨
This commit is contained in:
parent
7fdd50737c
commit
8c536058c0
11 changed files with 13 additions and 17 deletions
|
|
@ -15,7 +15,7 @@ export const processMessage = (response: IWebSocketData) => {
|
|||
hideMessage(id);
|
||||
});
|
||||
}, {once: true});
|
||||
document.querySelector("#message #ignoreAddMicrosoftDefenderExclusion")?.addEventListener("click", (event) => {
|
||||
document.querySelector("#message #ignoreAddMicrosoftDefenderExclusion")?.addEventListener("click", () => {
|
||||
hideMessage(id);
|
||||
fetchPost("/api/system/ignoreAddMicrosoftDefenderExclusion");
|
||||
}, {once: true});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue