Skip to content

Commit

Permalink
deploy: 935d84f
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 30, 2024
1 parent 1dda720 commit b51ea75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mjs/question.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1005,6 +1005,7 @@ async function loadEditAnswers(ctx) {

$$(sel).forEach(el => {
const id = el.dataset.answer
if (!id || id === "0") return
const answer = el,
edit = el.querySelector('.edit'),
preview = el.querySelector('.preview'),
Expand Down

0 comments on commit b51ea75

Please sign in to comment.