aboutsummaryrefslogtreecommitdiff
path: root/app/templates/base.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2019-01-04 17:57:00 +0000
committerrubenwardy <rw@rubenwardy.com>2019-01-04 17:57:00 +0000
commitfbf374ff5d72722d14f07cc4ee71a5182212db94 (patch)
tree4a2748373013db133a93476e302b9b3aef133c92 /app/templates/base.html
parenta68ac9cb4d7d3bd46279cf202a423329fd035e0c (diff)
downloadcheatdb-fbf374ff5d72722d14f07cc4ee71a5182212db94.tar.xz
Add manual email support
Diffstat (limited to 'app/templates/base.html')
-rw-r--r--app/templates/base.html2
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 %}