remove blank line

This commit is contained in:
Julien Fastré 2020-06-18 15:24:35 +02:00
parent a77438bce4
commit 28582d033b

View File

@ -23,7 +23,7 @@ var chill = function() {
weekdaysShort : ['Zon','Ma','Di','Wo','Do','Vri','Zat']
}
};
var pikaday_options = {
format: 'D-M-YYYY',
yearRange: [parseInt(moment().format('YYYY')) - 100, parseInt(moment().format('YYYY'))],