AlchemyCMS/alchemy_cms

View on GitHub
app/views/alchemy/admin/ingredients/update.js.erb

Summary

Maintainability
Test Coverage
Alchemy.closeCurrentDialog(
<% if @ingredient.settings[:anchor] %>
  function() {
    Alchemy.IngredientAnchorLink.updateIcon(<%= @ingredient.id %>, <%= @ingredient.dom_id.present? %>);
  }
<% end %>
);