Update calendar.js

Removed redundant variable
This commit is contained in:
PhyberApex 2020-12-16 14:30:10 +01:00 committed by GitHub
parent 71db56845c
commit 576bdf694e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
var firstDay = null;
var resized = false;
if (!Grocy.CalendarFirstDayOfWeek.isEmpty())
{
firstDay = parseInt(Grocy.CalendarFirstDayOfWeek);