Skip to content

Commit

Permalink
update what's new
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshojha committed Sep 7, 2024
1 parent 0eaf19e commit 4840cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/static/custom/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit 4840cbb

Please sign in to comment.