RO into IO merge as of 02/05/2024.
This commit is contained in:
@@ -4,6 +4,7 @@ import i18n from "i18next";
|
||||
import React from "react";
|
||||
import * as serviceWorkerRegistration from "../serviceWorkerRegistration";
|
||||
import {store} from "../redux/store";
|
||||
import InstanceRenderManager from "./instanceRenderMgr";
|
||||
|
||||
const onServiceWorkerUpdate = (registration) => {
|
||||
console.log("onServiceWorkerUpdate", registration);
|
||||
@@ -12,7 +13,10 @@ const onServiceWorkerUpdate = (registration) => {
|
||||
<Space flex>
|
||||
<Button
|
||||
onClick={async () => {
|
||||
window.open("https://imex-online.noticeable.news/", "_blank");
|
||||
window.open(
|
||||
InstanceRenderManager({imex:"https://imex-online.noticeable.news/",
|
||||
rome: "https://rome-online.noticeable.news/"})
|
||||
, "_blank");
|
||||
}}
|
||||
>
|
||||
{i18n.t("general.actions.viewreleasenotes")}
|
||||
|
||||
Reference in New Issue
Block a user