Template:2012FR/Form-email-20131004/US: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 94:
var considerAmountString = "";
for( var j = 0; j < ask.length; j++ ) {
considerAmountString =+= symbol + ask[j];
}
$('.consider-amounts').html(considerAmountString);