Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vnucec committed Dec 18, 2023
1 parent 11b9c6e commit 58d881e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h1>Neradni dani u Hrvatskoj</h1>
// dan
const days = ["Nedjelja", "Ponedjeljak", "Utorak", "Srijeda", "Četvrtak", "Petak", "Subota"];
var dateNameCell = document.createElement("td");
const onMobile = screen.width < 400;
const onMobile = screen.width < 400;
var dayName = days[holiday.date.getDay()];
if (onMobile) {
dayName = dayName.substring(0, 3) + ".";
Expand Down

0 comments on commit 58d881e

Please sign in to comment.