[feat] Prevent license key from being embedded in view

This commit is contained in:
CactusPuppy 2021-04-30 09:56:15 -07:00
parent 6777ffb0bb
commit 2dbcf95425
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
2 changed files with 5 additions and 4 deletions

View file

@ -8,6 +8,5 @@
#vert-schedule-full-calendar
#fullcalendar{ data: { rooms: @rooms, events: @event_schedules, day: @day,
'start-hour': @conference.start_hour, 'end-hour': @conference.end_hour,
'start-date': @conference.start_date, 'end-date': @conference.end_date + 1.day,
'timezone': @conference.timezone, 'now': @now,
'scheduler-license-key': @scheduler_license_key } }
'start-date': @conference.start_date,
'end-date': @conference.end_date + 1.day } }