Skip to content
Snippets Groups Projects
Unverified Commit fe046336 authored by Andreas Valder's avatar Andreas Valder
Browse files

Merge branch 'master' of git.fsmpi.rwth-aachen.de:videoaginfra/website

parents 4d8b80d5 24966e3e
No related branches found
No related tags found
No related merge requests found
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
<link href="{{url_for('static', filename='bootstrap/bootstrap.css')}}" rel="stylesheet"> <link href="{{url_for('static', filename='bootstrap/bootstrap.css')}}" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="{{url_for('static', filename='style.css')}}"> <link rel="stylesheet" type="text/css" href="{{url_for('static', filename='style.css')}}">
<link rel="stylesheet" href="{{url_for('static', filename='font-awesome/css/all.css')}}"> <link rel="stylesheet" href="{{url_for('static', filename='font-awesome/css/all.css')}}">
<link rel="stylesheet" type="text/css" href="{{url_for('static', filename='videojs/video-js.css')}}"> <link rel="stylesheet" type="text/css" href="{{url_for('static', filename='videojs/video-js.css', v='d042c96')}}">
<link rel="stylesheet" type="text/css" href="{{url_for('static', filename='videojs/videojs.markers.css')}}"> <link rel="stylesheet" type="text/css" href="{{url_for('static', filename='videojs/videojs.markers.css', v='d042c96')}}">
<link rel="stylesheet" type="text/css" href="{{url_for('static', filename='videojs/videojs-resolution-switcher.css')}}"> <link rel="stylesheet" type="text/css" href="{{url_for('static', filename='videojs/videojs-resolution-switcher.css', v='d042c96')}}">
{% if ismod() %} {% if ismod() %}
<link rel="stylesheet" type="text/css" href="{{url_for('static', filename='bootstrap-multiselect.css')}}"> <link rel="stylesheet" type="text/css" href="{{url_for('static', filename='bootstrap-multiselect.css')}}">
{% endif %} {% endif %}
...@@ -32,11 +32,11 @@ ...@@ -32,11 +32,11 @@
<script src="{{url_for('static', filename='bootstrap-multiselect.js')}}"></script> <script src="{{url_for('static', filename='bootstrap-multiselect.js')}}"></script>
<script src="{{url_for('static', filename='plotly.min.js')}}"></script> <script src="{{url_for('static', filename='plotly.min.js')}}"></script>
{% endif %} {% endif %}
<script src="{{url_for('static', filename='videojs/video.js')}}"></script> <script src="{{url_for('static', filename='videojs/video.js', v='d042c96')}}"></script>
<script src="{{url_for('static', filename='videojs/lang/de.js')}}"></script> <script src="{{url_for('static', filename='videojs/lang/de.js', v='d042c96')}}"></script>
<script src="{{url_for('static', filename='videojs/videojs-resolution-switcher.js')}}"></script> <script src="{{url_for('static', filename='videojs/videojs-resolution-switcher.js', v='d042c96')}}"></script>
<script src="{{url_for('static', filename='videojs/videojs.hotkeys.js')}}"></script> <script src="{{url_for('static', filename='videojs/videojs.hotkeys.js', v='d042c96')}}"></script>
<script src="{{url_for('static', filename='videojs/videojs-markers.js')}}"></script> <script src="{{url_for('static', filename='videojs/videojs-markers.js', v='d042c96')}}"></script>
{% endblock %} {% endblock %}
</head> </head>
<body> <body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment