Skip to content

Commit

Permalink
Change util dir inclusion (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanKingston authored Mar 2, 2023
1 parent 328cb80 commit d594bcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tracker-site-blocking/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
<meta name="viewport" content="width=device-width">
<title>Option blocked request loaded via fetch</title>

<script src="./../tracker-reporting/utils.js"></script>
<script src="../tracker-reporting/utils.js"></script>
<script>
// eslint-disable-next-line no-unused-vars
function init () {
// eslint-disable-next-line no-undef
callAfterDelay(loadTracker);
}

Expand Down

0 comments on commit d594bcf

Please sign in to comment.