Update interface.html

master
Ronin0000 2021-09-16 18:47:13 -07:00 committed by GitHub
parent cfde9e14a8
commit bc71f31731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
var calendar = new FullCalendar.Calendar(calendarEl, {
initialView: 'timeGridWeek',
headerToolbar: {
left: 'prev,next today',
left: '',
center: 'title',
right: 'timeGridWeek,listWeek'
},