VideoJS: Upgrade and stuff
* Upgrade to the latest stable version 6.2.8 * Move JS files to blender-cloud * Introducing Hotkeys support (a'la YouTube) * Introducing Loop button (and a way to easily add new buttons) * Minor style tweaks to work with the latest update
This commit is contained in:
@@ -71,8 +71,9 @@ link(href="{{ url_for('static_pillar', filename='assets/jstree/themes/default/st
|
||||
link(rel="amphtml", href="{{ url_for('nodes.view', node_id=node._id, _external=True, format='amp') }}")
|
||||
| {% endif %}
|
||||
|
||||
script(src="{{ url_for('static_pillar', filename='assets/js/vendor/videojs-5.8.8.min.js', v=17320171) }}")
|
||||
script(src="{{ url_for('static_pillar', filename='assets/js/vendor/videojs-ga-0.4.2.min.js', v=17320171) }}")
|
||||
script(src="{{ url_for('static', filename='assets/js/vendor/videojs-6.2.8.min.js', v=17320171) }}")
|
||||
script(src="{{ url_for('static', filename='assets/js/vendor/videojs-ga-0.4.2.min.js', v=17320171) }}")
|
||||
script(src="{{ url_for('static', filename='assets/js/vendor/videojs-hotkeys-0.2.20.min.js', v=17320171) }}")
|
||||
| {% endblock %}
|
||||
|
||||
| {% block css %}
|
||||
|
Reference in New Issue
Block a user