aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-02-26 17:49:53 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-02-26 17:50:11 -0600
commit8db7eed3bcba5c0527befc48a9d2b84cf5be62a8 (patch)
tree3108b633a1ab349603693a1cb74bb3a152ef77c5 /mediagoblin/templates
parent6bdf9a104428543840c4967ac21518af3dc60bea (diff)
downloadmediagoblin-8db7eed3bcba5c0527befc48a9d2b84cf5be62a8.tar.lz
mediagoblin-8db7eed3bcba5c0527befc48a9d2b84cf5be62a8.tar.xz
mediagoblin-8db7eed3bcba5c0527befc48a9d2b84cf5be62a8.zip
Removing html5shiv for not complying with its own licenses and racism
Issues of racism seem to have been resolved and removed from upstream, but make having this as a dependency somewhat uncomfortable: https://github.com/aFarkas/html5shiv/issues/91 Regardless, at the time of writing the project doesn't comply with its own license... it states to be dual licensed under MIT and GPLv2 but distributes neither of these licenses with its source.
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r--mediagoblin/templates/mediagoblin/base.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html
index 13433b33..66b95661 100644
--- a/mediagoblin/templates/mediagoblin/base.html
+++ b/mediagoblin/templates/mediagoblin/base.html
@@ -32,10 +32,6 @@
<script type="text/javascript"
src="{{ request.staticdirect('/js/header_dropdown.js') }}"></script>
- <!--[if lt IE 9]>
- <script src="{{ request.staticdirect('/js/extlib/html5shiv.js') }}"></script>
- <![endif]-->
-
{# For clarification, the difference between the extra_head.html template
# and the head template hook is that the former should be used by
# themes and the latter should be used by plugins.