Skip to content

Commit

Permalink
Update iqama.js
Browse files Browse the repository at this point in the history
  • Loading branch information
serafdev authored Aug 6, 2023
1 parent f3c9cb6 commit 393f94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/iqama.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ function appendTimes(key, value) {

const ul = document.createElement("ul")
ul.appendChild(prayerName)
ul.appendChild(todaysIqama)
ul.appendChild(todaysAdhan)
ul.appendChild(todaysIqama)
ul.appendChild(tomorrowsIqamaPlaceHoler)
ul.id = key
ul.classList = ["prayertimeul"]
Expand Down

0 comments on commit 393f94a

Please sign in to comment.