diff options
Diffstat (limited to 'app/templates/base.html')
| -rw-r--r-- | app/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/base.html b/app/templates/base.html index e8d986a..09ca939 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -138,7 +138,7 @@ <link rel="stylesheet" type="text/css" href="/static/easymde.min.css"> <script> $("textarea.markdown").each(function() { - new EasyMDE({ element: this, hideIcons: ["image"] }); + new EasyMDE({ element: this, hideIcons: ["image"], forceSync: true }); }) </script> {% block scriptextra %}{% endblock %} |
