aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-11-25 11:43:34 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-11-25 11:43:34 -0600
commit4da6efb45956321d831339da0fcdbbb6553c6846 (patch)
tree6c75ed5bf92f5cfa1462c62d47c16ddc7136236e
parentf47a7a8c92936dfedd73716a69ba3f0978481aca (diff)
downloadmediagoblin-4da6efb45956321d831339da0fcdbbb6553c6846.tar.lz
mediagoblin-4da6efb45956321d831339da0fcdbbb6553c6846.tar.xz
mediagoblin-4da6efb45956321d831339da0fcdbbb6553c6846.zip
Removing these video javascript files, which are currently unused
-rw-r--r--mediagoblin/templates/mediagoblin/base.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html
index 3dd9c8ff..29639026 100644
--- a/mediagoblin/templates/mediagoblin/base.html
+++ b/mediagoblin/templates/mediagoblin/base.html
@@ -32,11 +32,6 @@
href="{{ request.staticdirect('/css/video-js.css') }}"/>
<link rel="shortcut icon"
href="{{ request.staticdirect('/images/goblin.ico') }}" />
- <script type="text/javascript"
- src="{{ request.staticdirect('/js/lib/video.js') }}"></script>
- <script type="text/javascript"
- src="{{ request.staticdirect('/js/video.js') }}"></script>
- <script type="text/javascript" src="http://html5.kaltura.org/js" > </script>
{% block mediagoblin_head %}
{% endblock mediagoblin_head %}
</head>