Files
fetsite/app/views/pages/destroy.js.erb
Andreas Stephanides 24694612e8 pages added
2013-03-10 20:06:34 +01:00

5 lines
189 B
Plaintext

<% unless @page.errors.any? -%>
$("#flash_notice").html("<%= escape_javascript(flash[:notice])%>");
$("#flash_notice").show(300);
$("#<%= dom_id(@page)%>").fadeOut('fast');
<% end -%>