Skip to content

Commit

Permalink
Fix duplicated time 😓
Browse files Browse the repository at this point in the history
  • Loading branch information
NightScript370 committed Aug 9, 2024
1 parent d8efd71 commit 47b1aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/shul-wall/parasha.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ let tzetText;
if (tzetElem.hasAttribute('data-ikar-text')) {
tzetText = (rabbinic
? tzetTimes.ikar
: tzetTimes.rt + ` (${tzetElem.hasAttribute('data-ikar-text')}: ${tzetTimes.rt})`)
: tzetTimes.rt + ` (${tzetElem.getAttribute('data-ikar-text')}: ${tzetTimes.ikar})`)
} else {
tzetText = tzetTimes.ikar;
if (!rabbinic && tzetElem.hasAttribute('data-rt-text'))
Expand Down

0 comments on commit 47b1aff

Please sign in to comment.