mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
hard reload
This commit is contained in:
parent
7e0cd9d352
commit
70578e4b38
|
@ -49,7 +49,7 @@ export class WaitingForms extends WaitingWebhooks {
|
|||
res.send(`
|
||||
<script>
|
||||
setTimeout(function() {
|
||||
window.location.reload();
|
||||
window.location.reload(true);
|
||||
}, 1);
|
||||
</script>
|
||||
`);
|
||||
|
|
|
@ -760,7 +760,7 @@
|
|||
clearInterval(interval);
|
||||
return;
|
||||
}
|
||||
window.location.reload();
|
||||
window.location.reload(true);
|
||||
}, 2000);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue