diff --git a/view-mode/function/ganttSettings.js b/view-mode/function/ganttSettings.js index 03e5de8..4cb0c48 100644 --- a/view-mode/function/ganttSettings.js +++ b/view-mode/function/ganttSettings.js @@ -77,15 +77,6 @@ $(document).ready(function() { } } } - else { - // default - // console.log('default'); - // $('#select_dayoff option[value="0"]').prop("selected", "selected"); // Sunday - // $('#select_dayoff option[value="6"]').prop("selected", "selected"); // Saturday - // $("#select_dayoff").choices.setValue([0, 6]); - selectDayOffChoices.setChoiceByValue('0'); - selectDayOffChoices.setChoiceByValue('6'); - } } }else{ // closeDialog('failed upload') diff --git a/view-mode/index.html b/view-mode/index.html index 8600e81..76d766c 100644 --- a/view-mode/index.html +++ b/view-mode/index.html @@ -12,8 +12,8 @@ - - + +