aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-01-17 11:53:32 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-01-17 11:53:32 -0600
commit3c912132d6217d186521258eea23238bf54f31d6 (patch)
treee996633e7199642fe322c8b7108fa2cdf234cff6
parentd1d535602cce3d93c5ee32f034d361ef99610cc1 (diff)
downloadmediagoblin-3c912132d6217d186521258eea23238bf54f31d6.tar.lz
mediagoblin-3c912132d6217d186521258eea23238bf54f31d6.tar.xz
mediagoblin-3c912132d6217d186521258eea23238bf54f31d6.zip
adding back dropdown.js now that we have, well, a dropdown again :)
-rw-r--r--mediagoblin/templates/mediagoblin/base.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html
index 173bf668..98b32f4a 100644
--- a/mediagoblin/templates/mediagoblin/base.html
+++ b/mediagoblin/templates/mediagoblin/base.html
@@ -28,6 +28,9 @@
<link rel="shortcut icon"
href="{{ request.staticdirect('/images/goblin.ico') }}" />
<script src="{{ request.staticdirect('/js/extlib/jquery.js') }}"></script>
+ <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]-->