Skip to content

Commit

Permalink
buugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
blastbeng committed Oct 5, 2024
1 parent 03b562a commit e06495a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions spotisub/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
<script src="{{ url_for('static', filename='js/main.js') }}"></script>
{% if title == "Overview" %}
<script src="{{ url_for('static', filename='js/overview.js') }}"></script>
<script>
filterOverview()
</script>
{% endif %}
{% if title == "Playlist" %}
<script src="{{ url_for('static', filename='js/playlist.js') }}"></script>
Expand Down
2 changes: 1 addition & 1 deletion spotisub/templates/toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
</div>
<div class="MenuContent-scroller Scroller-scroller Scroller-vertical Scroller-autoScroll" tabindex="-1">
<div class="SelectedMenuItem-item">
Show empty playlists<input type="checkbox" id="hide-empty-overview-check" onclick="filterOverview()" placeholder="Show empty"></input>
Show empty playlists<input type="checkbox" id="hide-empty-overview-check" onclick="filterOverview()" placeholder="Show empty" checked></input>
</div>
</div>
<div class="MenuContent-scroller Scroller-scroller Scroller-vertical Scroller-autoScroll" tabindex="-1">
Expand Down

0 comments on commit e06495a

Please sign in to comment.