lila/public/javascripts/coach.js

6 lines
87 B
JavaScript

$(function() {
$(".bar-rating").barrating({
theme: 'fontawesome-stars'
});
});