mirror of
https://github.com/grocy/grocy.git
synced 2026-04-06 21:06:15 +02:00
Update calendar.js
Removed redundant variable
This commit is contained in:
parent
71db56845c
commit
576bdf694e
|
|
@ -1,5 +1,4 @@
|
||||||
var firstDay = null;
|
var firstDay = null;
|
||||||
var resized = false;
|
|
||||||
if (!Grocy.CalendarFirstDayOfWeek.isEmpty())
|
if (!Grocy.CalendarFirstDayOfWeek.isEmpty())
|
||||||
{
|
{
|
||||||
firstDay = parseInt(Grocy.CalendarFirstDayOfWeek);
|
firstDay = parseInt(Grocy.CalendarFirstDayOfWeek);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user