From 7017ac8b9d58b0ddeaad4774b63db64f975970ce Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Fri, 7 Jan 2011 14:23:49 +0300 Subject: [PATCH] - bugfix: sunday was always the first day of week in duedate calendar --- src/mytinytodo.js | 3 ++- src/themes/default/index.php | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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);