Upload All
This commit is contained in:
15
public/themes/krajee-fa/theme.js
Executable file
15
public/themes/krajee-fa/theme.js
Executable file
@ -0,0 +1,15 @@
|
||||
/*!
|
||||
* Krajee Font Awesome Theme configuration for bootstrap-star-rating.
|
||||
* This file must be loaded after 'star-rating.js'.
|
||||
*
|
||||
* @see http://github.com/kartik-v/bootstrap-star-rating
|
||||
* @author Kartik Visweswaran <kartikv2@gmail.com>
|
||||
*/
|
||||
(function ($) {
|
||||
"use strict";
|
||||
$.fn.ratingThemes['krajee-fa'] = {
|
||||
filledStar: '<i class="fa fa-star"></i>',
|
||||
emptyStar: '<i class="fa fa-star-o"></i>',
|
||||
clearButton: '<i class="fa fa-lg fa-minus-circle"></i>'
|
||||
};
|
||||
})(window.jQuery);
|
Reference in New Issue
Block a user