Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
schedules
Commits
9a909447
Commit
9a909447
authored
Dec 15, 2018
by
Zac Wood
Browse files
forgot to take out thing for local testing
parent
27c4528c
Pipeline
#3484
passed with stages
in 13 minutes and 12 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
schedules/app/assets/javascripts/schedules.js
View file @
9a909447
...
...
@@ -42,7 +42,7 @@ const downloadIcs = async () => {
};
const
addToSystemCalendar
=
()
=>
{
window
.
open
(
`webcal://
${
window
.
location
.
hostname
}
:3000
/api/schedules?section_ids=
${
window
.
cart
.
_courses
.
join
(
'
,
'
)}
`
);
window
.
open
(
`webcal://
${
window
.
location
.
hostname
}
/api/schedules?section_ids=
${
window
.
cart
.
_courses
.
join
(
'
,
'
)}
`
);
};
const
initListeners
=
()
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment