We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94cf3f commit 19e5401Copy full SHA for 19e5401
elixir/gsmlg_umbrella/apps/gsmlg_web/assets/js/components/set-node-cookie.js
@@ -25,8 +25,6 @@ class SetNodeCookie extends LitElement {
25
async clickMe(evt) {
26
this.loading = true;
27
try {
28
- await new Promise((f) => setTimeout(f, 1000));
29
-
30
const csrfToken = document.querySelector("meta[name='csrf-token']").getAttribute("content");
31
32
const resp = await fetch('/node_management', {
0 commit comments