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

View file

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