Sha256: a7334b159aa6afea3203b1e1401fb0eaf1451b90e3224e91b0afb514da6c01e3

Contents?: true

Size: 330 Bytes

Versions: 2

Compression:

Stored size: 330 Bytes

Contents

<% if current_resource.destroyed? %>
$("a[data-method='delete']").filter("[href='<%=j request.path %>']").closest(".thumbnail").fadeOut 'slow', -> $(this).remove()
$("#photos .counter").text('<%= current_resource.class.count %>').effect("highlight", {}, 1000)
<% else %>
$.notify.error('<%=j t("flash.error.delete") %>')
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fullstack-ckeditor-0.1.4 app/views/admin/ckeditor/pictures/destroy.js.coffee
fullstack-ckeditor-0.1.3 app/views/admin/ckeditor/pictures/destroy.js.coffee