mirror of https://gitlab.com/brutaldon/brutaldon
Fix annoying notification bug in brutalist themes
This commit is contained in:
parent
a0a4dd2e56
commit
9152cb74d6
|
@ -100,6 +100,9 @@
|
|||
<span ic-src="{% url 'notes_count' %}"
|
||||
ic-poll="{{ preferences.poll_frequency }}s"
|
||||
ic-target="this"
|
||||
ic-push-url="false"
|
||||
ic-on-beforeSend="false"
|
||||
ic-on-success="false"
|
||||
ic-select-from-response="#notes-count">
|
||||
<span
|
||||
{% if notifications and notifications != '0' %}
|
||||
|
@ -110,8 +113,11 @@
|
|||
</span>
|
||||
{% elif notifications and preferences.notifications %}
|
||||
<span ic-src="{% url 'notes_count' %}"
|
||||
ic-poll="{{ preferences.poll_frequency }}"
|
||||
ic-poll="{{ preferences.poll_frequency }}s"
|
||||
ic-target="this"
|
||||
ic-on-beforeSend="false"
|
||||
ic-on-success="false"
|
||||
ic-push-url="false"
|
||||
ic-select-from-response="#notes-count">
|
||||
<span > Notifications ({{ notifications }})</span>
|
||||
</span>
|
||||
|
|
Loading…
Reference in New Issue