socialforge/app/views/forums/create.js.erb

6 lines
201 B
Plaintext

<%if @save_flag%>
$("#forum_right_bar").html('<%= escape_javascript( render :partial => 'forums/right_bar') %>');
<%else%>
$("#error").html("<%= @forum.errors.full_messages[0]%>").show();
<%end %>