update_from_purchase.js.erb 169 B

12345678
  1. <% if !@product.errors.any? %>
  2. $("#notice").html("<div class='alert alert-success' ><p> <%= flash[:success] %> </p></div>");
  3. <% end %>
  4. $('#dialog').modal('hide');