diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-12-04 09:34:41 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-12-04 09:35:07 -0600 |
commit | 1244ffc8f5c3617bab98b560dcd57d51bc5afbd4 (patch) | |
tree | 41a4315ae46e1084bebad3dcdccef1aa2e740cb7 | |
parent | 5f8b4ae895ecb228c5f5d615818ffe0a06a30473 (diff) | |
download | mediagoblin-1244ffc8f5c3617bab98b560dcd57d51bc5afbd4.tar.lz mediagoblin-1244ffc8f5c3617bab98b560dcd57d51bc5afbd4.tar.xz mediagoblin-1244ffc8f5c3617bab98b560dcd57d51bc5afbd4.zip |
We arean't using header_dropdown.js anymore because the dropdown is gone!
-rw-r--r-- | mediagoblin/templates/mediagoblin/base.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html index 745bb6f9..3f5e2c79 100644 --- a/mediagoblin/templates/mediagoblin/base.html +++ b/mediagoblin/templates/mediagoblin/base.html @@ -28,8 +28,6 @@ <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]--> |