mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-13 02:05:07 +00:00
Bug fixes
Unwriteable upload directory missed when running sanity check; Access to MDE resources when running under Tomcat.
This commit is contained in:
parent
c19580a23e
commit
9ac1ba1bba
3 changed files with 28 additions and 6 deletions
|
|
@ -4,8 +4,8 @@
|
|||
<script src="https://cdnjs.cloudflare.com/ajax/libs/simplemde/1.11.2/simplemde.min.js"></script>
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/simplemde/1.11.2/simplemde.min.css" rel="stylesheet" type="text/css" />
|
||||
{% else %}
|
||||
{% style "vendor/simplemde/dist/simplemde.min.css" %}
|
||||
{% script "vendor/simplemde/dist/simplemde.min.js" %}
|
||||
{% style "/vendor/simplemde/dist/simplemde.min.css" %}
|
||||
{% script "/vendor/simplemde/dist/simplemde.min.js" %}
|
||||
{% endifequal %}
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue