5 lines
233 B
Plaintext
5 lines
233 B
Plaintext
$('div[id^=flash_]').remove();
|
|
$('#content').prepend('<%= escape_javascript(render_flash_messages) %>');
|
|
$('#quantities').html('<%= escape_javascript(render partial: 'quantities/index') %>');
|
|
$('#quantity_domain').trigger('change');
|