Skip to content

Commit

Permalink
Add dragscroll library back to base HTML template
Browse files Browse the repository at this point in the history
We lost this as well as the associated functionality when we moved over to a SPA in
  • Loading branch information
MonkeyDo committed Oct 9, 2024
1 parent 96ebaaf commit d6c612d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions listenbrainz/webserver/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@

<script src="{{ url_for('static', filename='js/lib/jquery-2.1.0.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/lib/bootstrap.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/lib/dragscroll.js') }}"></script>
<script id="global-react-props" type="application/json">{{ global_props|safe }}</script>
<script id="page-react-props" type="application/json">{{ props|safe }}</script>
<script src="{{ get_static_path('indexPage.js') }}" type="text/javascript"></script>
Expand Down

0 comments on commit d6c612d

Please sign in to comment.