Skip to content

Commit

Permalink
Fix popup id
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Jun 18, 2024
1 parent 5a40dff commit 1aa8562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link id="sponsorBlockPopupFont" href="/libs/Source+Sans+Pro.css" rel="stylesheet" />
<link id="sponsorBlockStyleSheet" href="popup.css" rel="stylesheet" />
<link id="sponsorBlockStyleSheet" href="shared.css" rel="stylesheet" />
<link id="sponsorBlockStyleSheetShared" href="shared.css" rel="stylesheet" />
</head>

<body id="sponsorBlockPopupBody" style="visibility: hidden">
Expand Down Expand Up @@ -237,4 +237,4 @@ <h1 class="sbHeader" style="padding: 8px 15px">__MSG_yourWork__</h1>
<script src="./js/popup.js" async></script>
</body>

</html>
</html>

0 comments on commit 1aa8562

Please sign in to comment.