Skip to content

Commit

Permalink
Update remote.html
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Aug 3, 2022
1 parent 42ec684 commit d5a882f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationExamples/gpt/amp/remote.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

// load Prebid.js
(function () {
var d = document, pbs = d.createElement("script"), pro = d.location.protocal;
var d = document, pbs = d.createElement("script");
pbs.type = "text/javascript";
pbs.src = prebidSrc;
var target = document.getElementsByTagName("head")[0];
Expand Down

0 comments on commit d5a882f

Please sign in to comment.