Skip to content

Commit

Permalink
fix reset gaiman code in playground
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 26, 2021
1 parent 0153e68 commit 6ff370e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -616,7 +616,7 @@
update_editor(state.editors.css, css.innerHTML);
update_editor(state.editors.js, state.js);
update_editor(state.editors.html, html.innerHTML);
update_editor(state.editors.input, code);
update_editor(state.editors.input, state.code);
return false;
});
$('#download').on('click', function() {
Expand Down

0 comments on commit 6ff370e

Please sign in to comment.