diff --git a/src/content/mytinytodo.js b/src/content/mytinytodo.js index 8133d4a..025bdcc 100644 --- a/src/content/mytinytodo.js +++ b/src/content/mytinytodo.js @@ -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, }, diff --git a/src/includes/class.config.php b/src/includes/class.config.php index ea3a7c4..b36f939 100644 --- a/src/includes/class.config.php +++ b/src/includes/class.config.php @@ -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'),