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

39 lines
412 B
Plaintext

#prescriptions_big_container
#sidebar
=render :partial => "admin/prescriptions/prescriptions"
- if @prescription
=render :partial => "show"
-else
#prescription_place
:javascript
function updatePrescriptions(){
$.ajax({url : "/admin/prescriptions.js"});
}
setInterval( "updatePrescriptions()", 15000 );
set_prescriptions_big_container_size();