osem-fcy/app/assets/javascripts/osem-rating.js
2017-04-28 12:41:00 +00:00

5 lines
No EOL
137 B
JavaScript

$( document ).ready(function() {
$(".disabled-rate .star").each(function(){
$(this).raty('readOnly', true);
});
});