This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
|
<% if !request.xhr? %>
|
|
<textarea>
|
|
<% end %>
|
|
$('#image_list').append("<%= j render :partial => 'image', :object => @image %>");
|
|
$('#imageModal').modal('hide');
|
|
$('#ajaxForm').resetForm();
|
|
<% if !request.xhr? %>
|
|
</textarea>
|
|
<% end %> |