mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
ensure firefox shows the latest md
This commit is contained in:
parent
770ea68ca8
commit
e0a19108e5
|
@ -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)
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue