-
-
Save sachinchoolur/2e1e73a8e46ba203e7b8dc05c319d5a9 to your computer and use it in GitHub Desktop.
Add parityDeals script dynamically
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function addParityDeals( src ) { | |
var s = document.createElement( 'script' ); | |
s.setAttribute( 'src', src ); | |
document.body.appendChild( s ); | |
} | |
addParityDeals('https://cdn.paritydeals.com/banner.js'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment