This commit is contained in:
2017-02-02 18:08:21 +01:00
parent 1e56ca5227
commit 3ef0bf6761

View File

@@ -104,9 +104,9 @@ include _scripts
script(src="{{ url_for('static_pillar', filename='assets/js/vendor/jquery.montage.min.js') }}") script(src="{{ url_for('static_pillar', filename='assets/js/vendor/jquery.montage.min.js') }}")
script. script.
| {% if header_video_file %} {% if header_video_file %}
videojs(document.getElementById('videoplayer'), { fluid: true }); videojs(document.getElementById('videoplayer'), { fluid: true });
| {% endif %} {% endif %}
function montage(){ function montage(){
var $container = $('#featured-list'), var $container = $('#featured-list'),