Initial commit: Atomaste website
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,42 @@
|
||||
document.addEventListener("DOMContentLoaded", function(){ window.addEventListener( 'load', function() {
|
||||
UAGBButtonChild.init( '.uagb-block-609b1a2f' );
|
||||
});
|
||||
window.addEventListener( 'load', function() {
|
||||
UAGBButtonChild.init( '.uagb-block-ddf15e02' );
|
||||
});
|
||||
window.addEventListener( 'load', function() {
|
||||
UAGBButtonChild.init( '.uagb-block-4e2de394' );
|
||||
});
|
||||
window.addEventListener( 'load', function() {
|
||||
UAGBButtonChild.init( '.uagb-block-5130e7af' );
|
||||
});
|
||||
window.addEventListener( 'load', function() {
|
||||
UAGBButtonChild.init( '.uagb-block-5ecc212c' );
|
||||
});
|
||||
window.addEventListener( 'DOMContentLoaded', () => {
|
||||
const blockScope = document.querySelector( '.uagb-block-3264f625' );
|
||||
if ( ! blockScope ) {
|
||||
return;
|
||||
}
|
||||
|
||||
const anchorElement = blockScope.querySelector('a');
|
||||
if (!anchorElement) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
blockScope.addEventListener('keydown', (event) => {
|
||||
if ( 13 === event.keyCode || 32 === event.keyCode ) {
|
||||
event.preventDefault();
|
||||
|
||||
anchorElement.click();
|
||||
}
|
||||
} );
|
||||
} );
|
||||
window.addEventListener( 'load', function() {
|
||||
UAGBButtonChild.init( '.uagb-block-2009a242' );
|
||||
});
|
||||
window.addEventListener("DOMContentLoaded", function(){
|
||||
UAGBForms.init( {"block_id":"c0c7044f","reCaptchaEnable":false,"reCaptchaType":"v2","reCaptchaSiteKeyV2":"","reCaptchaSecretKeyV2":"","reCaptchaSiteKeyV3":"","reCaptchaSecretKeyV3":"","afterSubmitToEmail":"","afterSubmitCcEmail":"","afterSubmitBccEmail":"","afterSubmitEmailSubject":"Form Submission","sendAfterSubmitEmail":true,"confirmationType":"message","hidereCaptchaBatch":false,"captchaMessage":"Please fill up the above captcha.","confirmationUrl":""}, '.uagb-block-c0c7044f', 1608 );
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user