From 3291e197af4aa86f497d1125121ab4a35d89212f Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Wed, 28 Sep 2022 19:39:22 +0100 Subject: [PATCH] utils/win: tie window caching to version --- src/utils/win.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/win.js b/src/utils/win.js index cf81aca..f42a517 100644 --- a/src/utils/win.js +++ b/src/utils/win.js @@ -17,7 +17,7 @@ module.exports = (o, n) => { } catch { } }); - w.loadURL('https://cdn.openasar.dev/' + n); + w.loadURL('https://cdn.openasar.dev/' + n + '?v=' + oaVersion); return w; }; \ No newline at end of file