Skip to content

Commit

Permalink
Fix this hour hit count label
Browse files Browse the repository at this point in the history
  • Loading branch information
kucingbasah737 committed Dec 12, 2023
1 parent 496240a commit ca88e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/my-links.html.njk
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Create a new link
method: 'GET',
url: '{{ basePath }}/hit-count/this-hour/{{ link.uuid }}',
}).done((val) => {
$('#thisHourHitCount-{{ link.uuid }}').text(` | today: ${val}`);
$('#thisHourHitCount-{{ link.uuid }}').text(` | this hour: ${val}`);
})
{% endfor %}
});
Expand Down

0 comments on commit ca88e20

Please sign in to comment.