mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-08-17 19:35:42 +02:00
update what's new
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user