Sha256: 93bbad027e94db7a6f812a674ab6eeee21e949f54e660b75c43f0648aff577b8
Contents?: true
Size: 363 Bytes
Versions: 58
Compression:
Stored size: 363 Bytes
Contents
$('#element_<%= @element.id %>').hide(200, function() { $(this).remove(); Alchemy.growl('<%= j @notice %>'); $('#element_area .sortable-elements').sortable('refresh'); Alchemy.PreviewWindow.refresh(); Alchemy.Tinymce.remove(<%= @richtext_ids.to_json %>); <% if @element.fixed? %> Alchemy.FixedElements.removeTab(<%= @element.id %>); <% end %> });
Version data entries
58 entries across 58 versions & 1 rubygems