Template:Optin/Default: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
No edit summary
hide error once optin selected
Line 109: Line 109:
/* Called by Common.js */
/* Called by Common.js */
function initOptin() {
function initOptin() {
$('.optin-options').on('click', function(){
// Only do all this if we have translated prompts
if ( $('.optin-no-prompt').data('is-translated') === 'yes' ) {
$('#error-optin').hide();

$('.optin-options').on('click', function(){
// Only do all this if we have translated prompts
if ( $('.optin-no-prompt').data('is-translated') === 'yes' ) {
if ( $('#optin-no').is(':checked') ) {
if ( $('#optin-no').is(':checked') ) {
$('.optin-no-prompt').removeClass('is-positive');
$('.optin-no-prompt').removeClass('is-positive');
Line 120: Line 122:
$('.optin-no-prompt').addClass('is-positive');
$('.optin-no-prompt').addClass('is-positive');
}
}
});
}
}
});
}
}
</script>
</script>

Revision as of 21:26, 19 March 2019

Can we stay in touch?
Sorry to hear that. We don't email often; would you consider changing your mind?
Thanks for changing your mind! We'll respect your inbox.