forked from ryanmwangi/CalMerger
remove refreshCalendarButton constant in script.js
This commit is contained in:
parent
4a88b0a5ec
commit
03cf9f85d0
|
@ -1,7 +1,6 @@
|
|||
const form = document.getElementById('merge-form');
|
||||
const calendars = document.getElementById('calendars');
|
||||
const addCalendarButton = document.getElementById('add-calendar');
|
||||
const refreshCalendarsButton = document.getElementById('refresh-calendars');
|
||||
const result = document.getElementById('result');
|
||||
|
||||
let calendarIndex = 1;
|
||||
|
|
Loading…
Reference in New Issue