mirror of
https://github.com/jfmcbrayer/brutaldon
synced 2024-12-22 05:23:03 +01:00
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' %}"
|
<span ic-src="{% url 'notes_count' %}"
|
||||||
ic-poll="{{ preferences.poll_frequency }}s"
|
ic-poll="{{ preferences.poll_frequency }}s"
|
||||||
ic-target="this"
|
ic-target="this"
|
||||||
|
ic-push-url="false"
|
||||||
|
ic-on-beforeSend="false"
|
||||||
|
ic-on-success="false"
|
||||||
ic-select-from-response="#notes-count">
|
ic-select-from-response="#notes-count">
|
||||||
<span
|
<span
|
||||||
{% if notifications and notifications != '0' %}
|
{% if notifications and notifications != '0' %}
|
||||||
@ -110,8 +113,11 @@
|
|||||||
</span>
|
</span>
|
||||||
{% elif notifications and preferences.notifications %}
|
{% elif notifications and preferences.notifications %}
|
||||||
<span ic-src="{% url 'notes_count' %}"
|
<span ic-src="{% url 'notes_count' %}"
|
||||||
ic-poll="{{ preferences.poll_frequency }}"
|
ic-poll="{{ preferences.poll_frequency }}s"
|
||||||
ic-target="this"
|
ic-target="this"
|
||||||
|
ic-on-beforeSend="false"
|
||||||
|
ic-on-success="false"
|
||||||
|
ic-push-url="false"
|
||||||
ic-select-from-response="#notes-count">
|
ic-select-from-response="#notes-count">
|
||||||
<span > Notifications ({{ notifications }})</span>
|
<span > Notifications ({{ notifications }})</span>
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user