remove gitiegnore to public
This commit is contained in:
9
public/storage/assets/js/profile-demo.js
Normal file
9
public/storage/assets/js/profile-demo.js
Normal file
@@ -0,0 +1,9 @@
|
||||
(function($) {
|
||||
'use strict';
|
||||
$(function() {
|
||||
$('#profile-rating').barrating({
|
||||
theme: 'css-stars',
|
||||
showSelectedRating: false
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user