From 4840cbb7d0dd78d917d2d41e59b7f0e7ec9d87f1 Mon Sep 17 00:00:00 2001 From: Yogesh Ojha Date: Sat, 7 Sep 2024 20:35:45 +0530 Subject: [PATCH] update what's new --- web/static/custom/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/custom/update.js b/web/static/custom/update.js index ee03ac99..24d823e0 100644 --- a/web/static/custom/update.js +++ b/web/static/custom/update.js @@ -179,7 +179,7 @@ function showAfterUpdatePopup() { cancelButtonText: "No, thanks", }).then((result) => { if (result.isConfirmed) { - window.open(`https://rengine.wiki/whatisnew/${currentVersion}`, "_blank"); + window.open(`https://rengine.wiki/whatisnew/${currentVersion.replace(/\./g, "_")}`, "_blank"); } localStorage.setItem("lastShownUpdateVersion", currentVersion); });