Starting popup notice
This commit is contained in:
@ -19,6 +19,8 @@ import TournamentPageView from "./views/tournament/TournamentPageView.js";
|
||||
import TournamentsView from "./views/tournament/TournamentsListView.js";
|
||||
import TournamentCreateView from "./views/tournament/TournamentCreateView.js";
|
||||
|
||||
import {manage_popup} from "./utils/noticeUtils.js";
|
||||
|
||||
let client = new Client(location.protocol + "//" + location.host)
|
||||
|
||||
let lastView = undefined
|
||||
@ -107,6 +109,8 @@ const router = async(uri) => {
|
||||
|
||||
if (await renderView(view))
|
||||
return 1;
|
||||
|
||||
manage_popup(client)
|
||||
|
||||
return 0;
|
||||
};
|
||||
|
Reference in New Issue
Block a user