Nicolas Bally 6abf7679fd initial
2011-05-14 13:36:30 +02:00

4 lines
255 B
Plaintext

$('#prescription_place').replaceWith('<%= escape_javascript(render(:partial => "show")) %>');
$('#prescriptions').replaceWith('<%= escape_javascript(render(:partial => "prescriptions")) %>');
$('#prescription_<%= @prescription.id %>').addClass('active');