Skip to content

Commit

Permalink
don't put quizmode in url (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
noureddin committed Aug 11, 2024
1 parent f20e878 commit 775cca7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scripts.gen.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function recite (st, en) {
const stpair = idx2aya(st-1)
const enpair = idx2aya(en-1)

L.hash = stpair.join('/') + '-' + enpair.join('/') + '&q=' + qz
L.hash = stpair.join('/') + '-' + enpair.join('/')

const title = make_title(...stpair, ...enpair)
el_title.innerHTML = title
Expand Down

0 comments on commit 775cca7

Please sign in to comment.