Add manual email support

This commit is contained in:
rubenwardy
2019-01-04 17:57:00 +00:00
parent a68ac9cb4d
commit fbf374ff5d
5 changed files with 72 additions and 5 deletions

View File

@@ -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 %}