summaryrefslogtreecommitdiff
path: root/app/views/nodes/update.js.erb
blob: 35dfeeefc3ef2f308325e95dc8d9704d1a86b3a4 (plain)
1
2
3
4
5
<% if flash[:notice] %>
  $("#flash").html(
    "<span><%= escape_javascript(flash.delete(:notice)) %></span>"
  );
<% end %>