Skip to content

Commit

Permalink
Update postbid-config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Aug 4, 2022
1 parent 3d39022 commit ab40b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationExamples/postbid/oas/postbid-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pbjs.que = pbjs.que || [];
var pbjsEl = document.createElement('script'); pbjsEl.type = 'text/javascript';
pbjsEl.async = true;
pbjsEl.src = 'https://acdn.adnxs.com/prebid/not-for-prod/prebid.js'
var pbjsTargetEl = document.getElementsByTagName('ead')[0];
var pbjsTargetEl = document.getElementsByTagName('head')[0];
pbjsTargetEl.insertBefore(pbjsEl, pbjsTargetEl.firstChild);
})();

Expand Down

0 comments on commit ab40b2b

Please sign in to comment.