routing : remove panel.js and its redirections
This commit is contained in:
parent
64589d8267
commit
603700cd98
2 changed files with 0 additions and 10 deletions
|
|
@ -1,9 +0,0 @@
|
|||
document.addEventListener("DOMContentLoaded", () => {
|
||||
if (location.pathname === "/panel/site") {
|
||||
location.href = "/panel/pages/projects";
|
||||
}
|
||||
if (location.origin.includes("goguely")) {
|
||||
location.href =
|
||||
"https://designtopack.morphozbygroupepochet.com" + location.pathname;
|
||||
}
|
||||
});
|
||||
|
|
@ -23,7 +23,6 @@ return [
|
|||
'panel' => [
|
||||
'language' => 'fr',
|
||||
'css' => 'assets/css/panel.css',
|
||||
'js' => 'assets/js/panel.js',
|
||||
'favicon' => 'favicon.svg',
|
||||
'menu' => require(__DIR__ . '/menu.php'),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue