1
0
Fork 0

remove refreshCalendarButton constant in script.js

This commit is contained in:
Ryan Mwangi 2024-10-25 14:56:14 +03:00
parent 4a88b0a5ec
commit 03cf9f85d0
1 changed files with 0 additions and 1 deletions

View File

@ -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;