Skip to content

Commit

Permalink
Sample: Fix prebid js loading bug on sample html page (#3792)
Browse files Browse the repository at this point in the history
  • Loading branch information
And1sS authored Oct 22, 2024
1 parent 18f6798 commit 03a4abd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sample/001_banner/pbjs.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
border-style: solid;
}
</style>
<script src="//cdn.jsdelivr.net/npm/prebid.js@latest/dist/not-for-prod/prebid.js"></script>
<script>
<script src="//cdn.jsdelivr.net/npm/prebid.js@latest/dist/not-for-prod/prebid.js" defer></script>
<script defer>

var sizes = [
[300, 250],
Expand Down Expand Up @@ -77,7 +77,7 @@
}

</script>
<script>
<script defer>
var pbjs = pbjs || {};
pbjs.que = pbjs.que || [];

Expand Down

0 comments on commit 03a4abd

Please sign in to comment.