Skip to content

Commit

Permalink
add "loading" message
Browse files Browse the repository at this point in the history
  • Loading branch information
noureddin committed Jul 8, 2024
1 parent 41d8fec commit b03f838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ function start_reciting () {
const title = 'رتب عبارات ' + make_title(+SA+1, +AA, +SZ+1, +AZ)
init_audio(+SA+1, +AA, +SZ+1, +AZ, el_qaris.value)
hide_selectors()
x.innerHTML = 'يحمّل…'; x.hidden = false
load(st, en, () => recite(ayat.slice(st-1, en).map(a => a.replace(/#/, '\ufdfd\n')), title, lvl))
}

Expand Down
Loading

0 comments on commit b03f838

Please sign in to comment.