Sha256: 9ed18c8ecd6aafe0dab7ca4c718d6fad3086b5758b9190e5637793707bc1548b
Contents?: true
Size: 459 Bytes
Versions: 60
Compression:
Stored size: 459 Bytes
Contents
(function () { var $form_field = $("#<%= @form_field_id -%>") $("#assignable_<%= @assignable_id %> a").attr("href", "#").off("click") $form_field.val("<%= @assignable_id %>") $form_field.attr("data-image-file-width", <%= @picture.image_file_width %>) $form_field.attr("data-image-file-height", <%= @picture.image_file_height %>) Alchemy.closeCurrentDialog(function() { Alchemy.setElementDirty($form_field.closest(".element-editor")) }) })()
Version data entries
60 entries across 60 versions & 1 rubygems