diff --git a/src/mytinytodo.js b/src/mytinytodo.js index 7e6bf39..55efaba 100644 --- a/src/mytinytodo.js +++ b/src/mytinytodo.js @@ -51,7 +51,8 @@ var mytinytodo = window.mytinytodo = _mtt = { singletab: false, autotag: false, tagPreview: true, - saveShowNotes: false + saveShowNotes: false, + firstdayofweek: 1 }, timers: { diff --git a/src/themes/default/index.php b/src/themes/default/index.php index febd34f..63e8232 100644 --- a/src/themes/default/index.php +++ b/src/themes/default/index.php @@ -45,6 +45,7 @@ $().ready(function(){ showdate: , singletab: , duedatepickerformat: "", + firstdayofweek: , autotag: }).loadLists(1);