9 lines
168 B
JavaScript
9 lines
168 B
JavaScript
(function($) {
|
|
'use strict';
|
|
$(function() {
|
|
$('#profile-rating').barrating({
|
|
theme: 'css-stars',
|
|
showSelectedRating: false
|
|
});
|
|
});
|
|
})(jQuery); |