Template:2012FR/Form-section/Processing/Default: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 5: Line 5:
background: #ffff00 !important;
background: #ffff00 !important;
}
}
</style>
<script>
<script>
function redirectPayment (legacyPaymentMethod) {
function redirectPayment (legacyPaymentMethod) {
Line 113: Line 112:
if (validateForm(document.paypalcontribution)) {
if (validateForm(document.paypalcontribution)) {
if(typeof(OWA) !== 'undefined') {
form.submit();
OWATracker.shareStateByPost( document.paypalcontribution );
}
document.paypalcontribution.submit();
}
}
}
}

Revision as of 15:24, 17 October 2013