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