forked from DGNum/metis
Sur www.eleves, on est derrière /calendrier/
This commit is contained in:
parent
183d0df233
commit
49dc5164c1
2 changed files with 5 additions and 5 deletions
|
@ -6,11 +6,11 @@
|
||||||
|
|
||||||
<title>Calendrier du Club Réseau</title>
|
<title>Calendrier du Club Réseau</title>
|
||||||
|
|
||||||
<link rel='icon' type='image/png' href='/favicon.png'>
|
<link rel='icon' type='image/png' href='/calendrier/favicon.png'>
|
||||||
<link rel='stylesheet' href='/global.css'>
|
<link rel='stylesheet' href='/calendrier/global.css'>
|
||||||
<link rel='stylesheet' href='/build/bundle.css'>
|
<link rel='stylesheet' href='/calendrier/build/bundle.css'>
|
||||||
|
|
||||||
<script defer src='/build/bundle.js'></script>
|
<script defer src='/calendrier/build/bundle.js'></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -115,7 +115,7 @@ const calendarIds = Object.keys(calendars)
|
||||||
|
|
||||||
function mkCalendarUrl(id, { cloud }, extra = {}) {
|
function mkCalendarUrl(id, { cloud }, extra = {}) {
|
||||||
return (
|
return (
|
||||||
`/cal/${cloud}/${id}/?` +
|
`/calendrier/cal/${cloud}/${id}/?` +
|
||||||
new URLSearchParams({
|
new URLSearchParams({
|
||||||
...extra,
|
...extra,
|
||||||
export: true,
|
export: true,
|
||||||
|
|
Loading…
Reference in a new issue