Skip to content

Commit

Permalink
Fix js problems in web ui
Browse files Browse the repository at this point in the history
  • Loading branch information
justin025 committed Dec 22, 2024
1 parent 24c646f commit 08dfa80
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/onthespot/resources/web/download_queue.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>OnTheSpot - Download Queue</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<link rel="icon" href="{{ url_for('static', filename='favicon.ico') }}" type="image/x-icon">
<script src="{{ url_for('static', filename='utils.js') }}" defer></script>
<script src="{{ url_for('static', filename='js/utils.js') }}" defer></script>
</head>
<body>
<div class="header">
Expand Down
Empty file.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/onthespot/resources/web/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>OnTheSpot - Download Queue</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<link rel="icon" href="{{ url_for('static', filename='favicon.ico') }}" type="image/x-icon">
<script src="{{ url_for('static', filename='utils.js') }}" defer></script>
<script src="{{ url_for('static', filename='js/utils.js') }}" defer></script>
</head>
<body>
<div class="header">
Expand Down

0 comments on commit 08dfa80

Please sign in to comment.