Sha256: ee29a9d6ce85f5deb5675e6b4f050c6b0dd0f73f9dee26e64ffe0e695c919d88

Contents?: true

Size: 246 Bytes

Versions: 17

Compression:

Stored size: 246 Bytes

Contents

$('#element_<%= @element.id %>').hide(200, function() {
  $(this).remove();
  Alchemy.growl('<%= j @notice %>');
  Alchemy.PreviewWindow.refresh();
  <% if @element.fixed? %>
  Alchemy.FixedElements.removeTab(<%= @element.id %>);
  <% end %>
});

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
alchemy_cms-7.1.13 app/views/alchemy/admin/elements/destroy.js.erb
alchemy_cms-7.1.12 app/views/alchemy/admin/elements/destroy.js.erb
alchemy_cms-7.1.11 app/views/alchemy/admin/elements/destroy.js.erb
alchemy_cms-7.1.10 app/views/alchemy/admin/elements/destroy.js.erb
alchemy_cms-7.1.9 app/views/alchemy/admin/elements/destroy.js.erb
alchemy_cms-7.1.8 app/views/alchemy/admin/elements/destroy.js.erb
alchemy_cms-7.1.7 app/views/alchemy/admin/elements/destroy.js.erb
alchemy_cms-7.1.6 app/views/alchemy/admin/elements/destroy.js.erb
alchemy_cms-7.1.5 app/views/alchemy/admin/elements/destroy.js.erb
alchemy_cms-7.1.4 app/views/alchemy/admin/elements/destroy.js.erb
alchemy_cms-7.1.3 app/views/alchemy/admin/elements/destroy.js.erb
alchemy_cms-7.1.2 app/views/alchemy/admin/elements/destroy.js.erb
alchemy_cms-7.1.1 app/views/alchemy/admin/elements/destroy.js.erb
alchemy_cms-7.1.0 app/views/alchemy/admin/elements/destroy.js.erb
alchemy_cms-7.1.0.pre.rc1 app/views/alchemy/admin/elements/destroy.js.erb
alchemy_cms-7.1.0.pre.b2 app/views/alchemy/admin/elements/destroy.js.erb
alchemy_cms-7.1.0.pre.b1 app/views/alchemy/admin/elements/destroy.js.erb