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 |
considerAmountString += symbol + ask[j]; |
||
} |
} |
||
$('.consider-amounts').html(considerAmountString); |
$('.consider-amounts').html(considerAmountString); |