Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Between Bid Adapter & Airgrid rtd module: fix support for ie11 #7619

Merged
merged 6 commits into from
Oct 26, 2021

Conversation

patmmccann
Copy link
Collaborator

Support ie11

@patmmccann patmmccann changed the title betweenBidAdapter: support ie11 between Bid Adapter: support ie11 Oct 22, 2021
@patmmccann patmmccann changed the title between Bid Adapter: support ie11 between Bid Adapter & YahooSSP bi adapter: support ie11 Oct 22, 2021
@patmmccann patmmccann changed the title between Bid Adapter & YahooSSP bi adapter: support ie11 between Bid Adapter & YahooSSP bid adapter & airgrid rtd module: support ie11 Oct 22, 2021
@@ -33,7 +33,7 @@ export function attachScriptTagToDOM(rtdConfig) {
edktInitializor.load = function(e) {
var p = e || 'sdk';
var n = document.createElement('script');
n.type = 'text/javascript';
n.type = 'module';
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this forces this noncompatible script to not get called on old browsers

@patmmccann patmmccann changed the title between Bid Adapter & YahooSSP bid adapter & airgrid rtd module: support ie11 between Bid Adapter & airgrid rtd module & adaptermanager test: support ie11 Oct 22, 2021
@ChrisHuie ChrisHuie changed the title between Bid Adapter & airgrid rtd module & adaptermanager test: support ie11 Between Bid Adapter & Airgrid rtd module: support ie11 Oct 26, 2021
@ChrisHuie ChrisHuie changed the title Between Bid Adapter & Airgrid rtd module: support ie11 Between Bid Adapter & Airgrid rtd module: fix support for ie11 Oct 26, 2021
@ChrisHuie ChrisHuie merged commit df13627 into master Oct 26, 2021
@ChrisHuie ChrisHuie deleted the patmmccann-patch-between branch October 26, 2021 10:19
cpabst pushed a commit to sovrn/Prebid.js that referenced this pull request Jan 10, 2022
…d#7619)

* Update betweenBidAdapter.js

* Update yahoosspBidAdapter.js

* Update adapterManager_spec.js

* Update adapterManager_spec.js

* Update airgridRtdProvider.js

* Update yahoosspBidAdapter.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants