merge with Xamora
This commit is contained in:
@ -19,8 +19,6 @@ 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
|
||||
@ -118,8 +116,6 @@ const router = async(uri) => {
|
||||
if (await renderView(view))
|
||||
return 1;
|
||||
|
||||
manage_popup(client)
|
||||
|
||||
return 0;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user