Skip to content

Commit 7bb21f2

Browse files
committed
fix relative path for assets
1 parent b991f51 commit 7bb21f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

homu/html/queue.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ <h1>Homu queue - {% if repo_url %}<a href="{{repo_url}}" target="_blank">{{repo_
116116
</tbody>
117117
</table>
118118

119-
<script src="../../assets/jquery.min.js"></script>
120-
<script src="../../assets/jquery.dataTables.min.js"></script>
119+
<script src="../assets/jquery.min.js"></script>
120+
<script src="../assets/jquery.dataTables.min.js"></script>
121121

122122
<script>
123123
document.getElementById('expand-rollup').onclick = function() {

0 commit comments

Comments
 (0)