Skip to content

Commit

Permalink
Remove unused ajax_error div
Browse files Browse the repository at this point in the history
This was used by the existing taxon interface, but is now unnecessary.
  • Loading branch information
jhawthorn committed Jan 6, 2016
1 parent 8a4165a commit d1bb0e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/app/views/spree/admin/taxonomies/edit.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
</li>
<% end %>
<div id="ajax_error" class="errorExplanation" style="display:none;"></div>

<%= form_for [:admin, @taxonomy] do |f| %>
<fieldset class="no-border-top">
<%= render :partial => 'form', :locals => { :f => f } %>
Expand Down

0 comments on commit d1bb0e8

Please sign in to comment.