diff options
| author | rubenwardy <rw@rubenwardy.com> | 2019-01-04 17:57:00 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2019-01-04 17:57:00 +0000 |
| commit | fbf374ff5d72722d14f07cc4ee71a5182212db94 (patch) | |
| tree | 4a2748373013db133a93476e302b9b3aef133c92 /app/templates/base.html | |
| parent | a68ac9cb4d7d3bd46279cf202a423329fd035e0c (diff) | |
| download | cheatdb-fbf374ff5d72722d14f07cc4ee71a5182212db94.tar.xz | |
Add manual email support
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 %} |
