mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
remove unused config var (fix for ffa6bc0)
This commit is contained in:
parent
520b0b7326
commit
42f9bf622e
2 changed files with 1 additions and 2 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue