mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 19:29:34 +08:00
FIX: don't reload the page when clicking the number in a notification on mobile
This commit is contained in:
@ -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}}
|
||||||
|
Reference in New Issue
Block a user