diff --git a/lib/assets/javascripts/attachinary.js.coffee b/lib/assets/javascripts/attachinary.js.coffee index 483bb253..f8105db1 100644 --- a/lib/assets/javascripts/attachinary.js.coffee +++ b/lib/assets/javascripts/attachinary.js.coffee @@ -14,7 +14,7 @@
<% } else { %> " + src="<%= $.cloudinary.url(files[i].public_id, { "version": files[i].version, "format": 'jpg', "crop": 'fill', "width": 75, "height": 75, "resource_type": files[i].resource_type }) %>" alt="" width="75" height="75" /> <% } %> Remove