Skip to content

Commit

Permalink
fix maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNotSus committed Jan 4, 2025
1 parent e2471d7 commit 5b4878e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/misc/media/movie.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<meta charset="utf-8">
<link rel="stylesheet" href="/misc/media/css/watch.css" />
<script src="/assets/js/script.js?v=11"></script>
<script src="/misc/media/js/watchmovie.js?v=1"></script>
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function () {
Expand All @@ -28,6 +27,7 @@
});
}
</script>
<script src="/misc/media/js/watchmovie.js?v=1"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion static/misc/media/tv.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<meta charset="utf-8">
<link rel="stylesheet" href="css/watch.css" />
<script src="/assets/js/script.js?v=11"></script>
<script src="/misc/media/js/watchtv.js?v=1"></script>
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function () {
Expand All @@ -28,6 +27,7 @@
});
}
</script>
<script src="/misc/media/js/watchtv.js?v=1"></script>
</head>

<body>
Expand Down

0 comments on commit 5b4878e

Please sign in to comment.