Skip to content

Commit

Permalink
Modified Initial Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmennater committed Nov 15, 2023
1 parent 409a3c6 commit 3e9af5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h2 class="header">Settings</h2>
<div class="line">
<div class="label">ON</div>
<div class="dropdown">
<button class="dropbtn" id="day">Sunday</button>
<button class="dropbtn" id="day">Saturday</button>
<div class="dropdown-content">
<div id="week-selection" style="display: none;">
<a onclick="Settings.setPayrollWeek('Sunday', true)">Sunday</a>
Expand Down
2 changes: 1 addition & 1 deletion src/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Settings {
static carry = 0;
static round = 1;
static payroll = "Weekly";
static payrollWeek = "Sunday";
static payrollWeek = "Saturday";
static payrollDay = 1;
static startDay = { month: 0, day: 0, year: 0 };

Expand Down
1 change: 1 addition & 0 deletions style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ h1 {
font-family: arial;
text-align: center;
color: var(--c1);
/* text-shadow: 0px 4px 6px #0004; */
}

h2 {
Expand Down

0 comments on commit 3e9af5d

Please sign in to comment.