Add upstream
This commit is contained in:
10
wp-content/plugins/jetpack/_inc/crowdsignal-survey.js
Normal file
10
wp-content/plugins/jetpack/_inc/crowdsignal-survey.js
Normal file
@@ -0,0 +1,10 @@
|
||||
( function( d, c, j ) {
|
||||
if ( ! d.getElementById( j ) ) {
|
||||
var pd = d.createElement( c ),
|
||||
s;
|
||||
pd.id = j;
|
||||
pd.src = 'https://polldaddy.com/survey.js';
|
||||
s = d.getElementsByTagName( c )[ 0 ];
|
||||
s.parentNode.insertBefore( pd, s );
|
||||
}
|
||||
} )( document, 'script', 'pd-embed' );
|
||||
Reference in New Issue
Block a user