X-Git-Url: https://git.auder.net/?p=xogo.git;a=blobdiff_plain;f=app.js;h=12c2b7ab65fea59a497ed1901a924889b0225491;hp=a8f447b9b497349a458ff35f94791f05239e15e3;hb=HEAD;hpb=0e466aac11288f35b34d744b2652c7b4e9df2e24 diff --git a/app.js b/app.js index a8f447b..c5d5c7f 100644 --- a/app.js +++ b/app.js @@ -392,7 +392,7 @@ const messageCenter = (msg) => { break; case "filechange": // TODO?: could be more subtle - location.reload(); + setTimeout(() => location.reload(), 100); break; } };