Skip to content

Commit

Permalink
Reapply 3674 (hedyorg#3817)
Browse files Browse the repository at this point in the history
hedyorg#3602 accidentally reintroduced an error we previously fixed in hedyorg#3674 (I guess PEP was not happy about the singe/double quotes but they are really needed in this line)
  • Loading branch information
Felienne authored Dec 9, 2022
1 parent 59288ac commit 9d19211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/incl-editor-and-output.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<div class="order-2 lg:order-4" id="code_related_buttons">
<div class="flex justify-between gap-2 items-start h-12 overflow-visible">
<div id="runButtonContainer">
<button id="runit" class="green-btn" onclick="hedyApp.runit({{ level }}, '{{ g.lang }}', '{{_('already_program_running')}}')">{{_('run_code_button')}} </button>
<button id="runit" class="green-btn" onclick='hedyApp.runit({{ level }}, "{{ g.lang }}", {{_('already_program_running')|tojson}})'>{{_('run_code_button')}} </button>
<button id="stopit" class="red-btn" onclick="hedyApp.stopit()" style="display: none;">{{_('stop_code_button')}}</button>
</div>
<div id="saveFilesContainer">
Expand Down

0 comments on commit 9d19211

Please sign in to comment.