fix notification data attr

This commit is contained in:
simon 2023-03-20 11:29:04 +07:00
parent 4f89a0696b
commit 3f96b37b51
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
5 changed files with 5 additions and 3 deletions

View File

@ -18,7 +18,7 @@
</div>
</div>
</div>
<div id="notifications" data="channel"></div>
<div id="notifications" data="subscription"></div>
<div class="view-controls">
<div class="toggle">
<span>Show subscribed only:</span>

View File

@ -22,7 +22,7 @@
<a href="{% url 'downloads' %}?channel={{ channel_info.channel_id }}"><h3>Downloads</h3></a>
{% endif %}
</div>
<div id="notifications" data="channel_id"></div>
<div id="notifications" data="channel"></div>
<div class="info-box info-box-2">
<div class="info-box-item">
<div class="round-img">

View File

@ -22,6 +22,7 @@
<a href="{% url 'downloads' %}?channel={{ channel_info.channel_id }}"><h3>Downloads</h3></a>
{% endif %}
</div>
<div id="notifications" data="channel"></div>
<div class="info-box info-box-3">
<div class="info-box-item">
<div class="round-img">

View File

@ -22,6 +22,7 @@
<a href="{% url 'downloads' %}?channel={{ channel_info.channel_id }}"><h3>Downloads</h3></a>
{% endif %}
</div>
<div id="notifications" data="channel"></div>
<div class="view-controls">
<div class="toggle">
<span>Show subscribed only:</span>

View File

@ -17,7 +17,7 @@
</div>
</div>
</div>
<div id="notifications" data="playlist"></div>
<div id="notifications" data="subscription"></div>
<div class="view-controls">
<div class="toggle">
<span>Show subscribed only:</span>