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

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