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>
|
||||
|
||||
<link rel='icon' type='image/png' href='/favicon.png'>
|
||||
<link rel='stylesheet' href='/global.css'>
|
||||
<link rel='stylesheet' href='/build/bundle.css'>
|
||||
<link rel='icon' type='image/png' href='/calendrier/favicon.png'>
|
||||
<link rel='stylesheet' href='/calendrier/global.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>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -115,7 +115,7 @@ const calendarIds = Object.keys(calendars)
|
|||
|
||||
function mkCalendarUrl(id, { cloud }, extra = {}) {
|
||||
return (
|
||||
`/cal/${cloud}/${id}/?` +
|
||||
`/calendrier/cal/${cloud}/${id}/?` +
|
||||
new URLSearchParams({
|
||||
...extra,
|
||||
export: true,
|
||||
|
|
Loading…
Reference in a new issue