blocks
2 years ago
build
2 years ago
fonts
3 years ago
genericons
6 years ago
lib
2 years ago
social-logos
2 years ago
accessible-focus.js
5 years ago
blogging-prompts.php
3 years ago
class.jetpack-provision.php
4 years ago
connect-button.js
3 years ago
crowdsignal-shortcode.js
3 years ago
crowdsignal-survey.js
5 years ago
facebook-embed.js
4 years ago
gallery-settings.js
5 years ago
genericons.php
4 years ago
jetpack-admin.js
3 years ago
jetpack-connection-banner.js
3 years ago
jetpack-deactivate-dialog.js
5 years ago
jetpack-modules.js
3 years ago
jetpack-modules.models.js
3 years ago
jetpack-modules.views.js
3 years ago
jetpack-recommendations-banner.js
3 years ago
jetpack-server-sandbox.php
4 years ago
polldaddy-shortcode.js
3 years ago
social-logos.php
3 years ago
twitter-timeline.js
5 years ago
crowdsignal-shortcode.js
23 lines
| 1 | ( function ( w, d, c, j ) { |
| 2 | if ( |
| 3 | w.crowdsignal_shortcode_options && |
| 4 | w.crowdsignal_shortcode_options.script_url && |
| 5 | ! d.getElementById( j ) |
| 6 | ) { |
| 7 | var pd = d.createElement( c ), |
| 8 | s; |
| 9 | pd.id = j; |
| 10 | pd.async = true; |
| 11 | pd.src = w.crowdsignal_shortcode_options.script_url; |
| 12 | s = d.getElementsByTagName( c )[ 0 ]; |
| 13 | s.parentNode.insertBefore( pd, s ); |
| 14 | } else { |
| 15 | // In environments where jQuery is present, dispatch with jQuery. |
| 16 | if ( typeof w.jQuery !== 'undefined' ) { |
| 17 | w.jQuery( d.body ).trigger( 'pd-script-load' ); |
| 18 | } else { |
| 19 | d.body.dispatchEvent( new Event( 'pd-script-load' ) ); |
| 20 | } |
| 21 | } |
| 22 | } )( window, document, 'script', 'pd-polldaddy-loader' ); |
| 23 |