aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodney Ewing <ewing.rj@gmail.com>2013-08-20 07:18:48 -0700
committerRodney Ewing <ewing.rj@gmail.com>2013-08-20 07:18:48 -0700
commit9041552676d8fc7e8026a55daf0e262ec048771e (patch)
treec0d8d6f9a3640ab979ba603e5dd4f5f0a6ee870d
parent26da3271f6e6a880c0418998d5a4e5e71081e1f7 (diff)
downloadmediagoblin-9041552676d8fc7e8026a55daf0e262ec048771e.tar.lz
mediagoblin-9041552676d8fc7e8026a55daf0e262ec048771e.tar.xz
mediagoblin-9041552676d8fc7e8026a55daf0e262ec048771e.zip
use href='javascript:;' instead of href='#notifications', etc
-rw-r--r--mediagoblin/templates/mediagoblin/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html
index 88027472..f7e2dff0 100644
--- a/mediagoblin/templates/mediagoblin/base.html
+++ b/mediagoblin/templates/mediagoblin/base.html
@@ -63,11 +63,11 @@
{% set notification_count = get_notification_count(request.user.id) %}
{% if notification_count %}
- <a href="#notifications" class="notification-gem button_action" title="Notifications">
+ <a href="javascript:;" class="notification-gem button_action" title="Notifications">
{{ notification_count }}</a>
{% endif %}
- <a href="#header" class="button_action header_dropdown_down">&#9660;</a>
- <a href="#no_header" class="button_action header_dropdown_up">&#9650;</a>
+ <a href="javascript:;" class="button_action header_dropdown_down">&#9660;</a>
+ <a href="javascript:;" class="button_action header_dropdown_up">&#9650;</a>
{% elif request.user and request.user.status == "needs_email_verification" %}
{# the following link should only appear when verification is needed #}
<a href="{{ request.urlgen('mediagoblin.user_pages.user_home',