ensure firefox shows the latest md

This commit is contained in:
ed 2020-06-25 00:07:50 +00:00
parent 770ea68ca8
commit e0a19108e5
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@
</div>
<div id="toc"></div>
<div id="mtw">
<textarea id="mt">{{ md }}</textarea>
<textarea id="mt" autocomplete="off">{{ md }}</textarea>
</div>
<div id="mw">
<div id="ml">
@ -40,7 +40,7 @@
{%- if edit %}
<div id="helpbox">
<textarea>
<textarea autocomplete="off">
write markdown (most html is 🙆 too)

View file

@ -17,7 +17,7 @@
</div>
</div>
<div id="m">
<textarea id="mt" style="display:none">{{ md }}</textarea>
<textarea id="mt" style="display:none" autocomplete="off">{{ md }}</textarea>
</div>
</div>
<script>