Sha256: cb80274d2b439460b03b82f4299f61fcecf49d3fe302c1fe0fb2d9f2cb870121

Contents?: true

Size: 344 Bytes

Versions: 5

Compression:

Stored size: 344 Bytes

Contents

<% if @user.valid? %>


  if ($("#notice").length == 0){
	  
    $("#content").prepend('<div id="notice"></div>');
		
  }  
  $("#notice").html("<h2>Form Submitted!</h2>");

  $("#middleContent").replaceWith("<%= escape_javascript(render(:partial => 'middle_show'))%>");
	
<% else %>

  $("#flash_error").html("<h2>Fail!</h2>"); 

<% end %>


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
social_stream-0.3.3 app/views/users/update.js.erb
social_stream-0.3.2 app/views/users/update.js.erb
social_stream-0.3.1 app/views/users/update.js.erb
social_stream-0.3.0 app/views/users/update.js.erb
social_stream-0.2.3 app/views/users/update.js.erb