app/views/users/update.js.haml in fat_free_crm-0.19.2 vs app/views/users/update.js.haml in fat_free_crm-0.20.0
- old
+ new
@@ -5,7 +5,6 @@
crm.flash('notice')
$('#welcome_username').html('#{j current_user.name}');
$('#profile').html('#{ j render(partial: "user") }');
- else
$('#edit_profile').html('#{ j render(partial: "profile") }');
- $('#edit_profile').effect("shake", { duration:250, distance: 6 });
$('#user_email').focus();