remove unused config var (fix for ffa6bc0)

This commit is contained in:
maxpozdeev 2022-07-10 18:11:37 +03:00
parent 520b0b7326
commit 42f9bf622e
2 changed files with 1 additions and 2 deletions

View file

@ -63,7 +63,7 @@ var mytinytodo = window.mytinytodo = _mtt = {
saveShowNotes: false,
firstdayofweek: 1,
touchDevice: false,
calendarIcon: 'calendar.png', // need templateUrl+icon
calendarIcon: 'calendar.png', // need themeUrl+icon
history: true,
markdown: true,
},

View file

@ -77,7 +77,6 @@ class Config
'dateformat' => array('default'=>'j M Y', 'type'=>'s'),
'dateformat2' => array('default'=>'n/j/y', 'type'=>'s'),
'dateformatshort' => array('default'=>'j M', 'type'=>'s'),
'template' => array('default'=>'default', 'type'=>'s'),
# Show task date in list
'showdate' => array('default'=>0, 'type'=>'i'),