Skip to content

Commit

Permalink
iss1341 - Remove jQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
EJMFarrow committed Dec 19, 2024
1 parent 98803c0 commit 3682c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/questionreport.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<span>
{{#str}} selectquiz, qtype_stack {{/str}}:
</span>
<select onChange="$('[data-id=\'qa-loading\']').show();window.location.href=this.value">
<select onChange="document.querySelector('[data-id=\'qa-loading\']').removeAttribute('hidden');window.location.href=this.value;">
{{^summary}}
<option value="#">Select an option</option>
{{/summary}}
Expand All @@ -126,7 +126,7 @@
</option>
{{/quizzes}}
</select>
<span data-id='qa-loading' style="display:none">
<span data-id='qa-loading' hidden>
{{#pix}}y/loading, core, {{#str}}loading, tool_lp{{/str}}{{/pix}}
</span>
</p>
Expand Down

0 comments on commit 3682c24

Please sign in to comment.