remove entered text from localstorage when sending response

This commit is contained in:
2025-07-01 18:43:28 +03:00
parent c4ee9d883e
commit 18f4b026ea
2 changed files with 15 additions and 2 deletions

View File

@ -67,7 +67,7 @@
<div id="babycode-preview-container"></div>
</div>
</div>
<script src="/static/js/babycode-editor.js?v=1"></script>
<script src="/static/js/babycode-editor.js?v=2"></script>
{% endmacro %}
{% macro babycode_editor_form(ta_name, prefill = "", cancel_url="", endpoint="") %}