mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 21:19:41 -06:00
FIX: don't reload the page when clicking the number in a notification on mobile
This commit is contained in:
parent
d5a2029026
commit
e37dd5a393
@ -45,10 +45,10 @@
|
|||||||
loginAction="showLogin"
|
loginAction="showLogin"
|
||||||
title="user.avatar.header_title"}}
|
title="user.avatar.header_title"}}
|
||||||
{{#if currentUser.unread_notifications}}
|
{{#if currentUser.unread_notifications}}
|
||||||
<a href class='badge-notification unread-notifications'>{{currentUser.unread_notifications}}</a>
|
<a href="#" class='badge-notification unread-notifications'>{{currentUser.unread_notifications}}</a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{#if currentUser.unread_private_messages}}
|
{{#if currentUser.unread_private_messages}}
|
||||||
<a href class='badge-notification unread-private-messages'>{{currentUser.unread_private_messages}}</a>
|
<a href="#" class='badge-notification unread-private-messages'>{{currentUser.unread_private_messages}}</a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/header-dropdown}}
|
{{/header-dropdown}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
Reference in New Issue
Block a user