mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-11 09:58:53 -05:00
refactor: video.min.js not needed any more to be loaded in django template files
This commit is contained in:
parent
a6c410bbc4
commit
3c362477e3
@ -48,12 +48,6 @@
|
||||
|
||||
{% block aftercontent %}{% endblock %}
|
||||
|
||||
{% if LOAD_FROM_CDN %}
|
||||
<script src="https://vjs.zencdn.net/7.20.2/video.min.js"></script>
|
||||
{% else %}
|
||||
<script src="{% static "lib/video-js/7.20.2/video.min.js" %}"></script>
|
||||
{% endif %}
|
||||
|
||||
{% block externalscripts %}{% endblock externalscripts %}
|
||||
|
||||
{% include "common/body-scripts.html" %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user