improve: allow changing year in calendar widget
All checks were successful
AntOS front-end / Build-AntOS-Frontend (push) Successful in 34s

This commit is contained in:
DanyLE
2024-07-27 11:50:04 +02:00
parent a554a678d8
commit bfeef223a8
5 changed files with 9267 additions and 9239 deletions

View File

@ -8,11 +8,11 @@ TSC=./node_modules/typescript/bin/tsc
UGLIFYJS=./node_modules/terser/bin/terser
UGLIFYCSS=./node_modules/uglifycss/uglifycss
VERSION?=2.0.0-b
VERSION?=2.0.1-b
BUILDID?=master
GSED=sed
UNAME_S := $(shell uname -s)
UNAME_S := $(shell uname -s)cd
ifeq ($(UNAME_S),Darwin)
GSED=gsed
endif