| Current Path : /home/users/unlimited/www/eshop.codeskitter.site/assets/front_end/modern/js/ |
| Current File : /home/users/unlimited/www/eshop.codeskitter.site/assets/front_end/modern/js/theme.min.js |
/*!
* Krajee SVG Theme Configuration for bootstrap-star-rating.
* This file must be loaded after 'star-rating.js'.
*
* bootstrap-star-rating v4.1.2
* http://plugins.krajee.com/star-rating
*
* Author: Kartik Visweswaran
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
*/
!function(e)
{"use strict";"function"==typeof define&&define.amd?define(["jquery"],e):e("object"==typeof module&&"object"==typeof module.exports?require("jquery"):window.jQuery)}
(function(e)
{"use strict";
if (!e.fn.ratingThemes) {
e.fn.ratingThemes = {};
}
e.fn.ratingThemes["krajee-svg"]=
{
filledStar:'<span class="krajee-icon krajee-icon-star"></span>',
emptyStar:'<span class="krajee-icon krajee-icon-star"></span>',
clearButton:'<span class="krajee-icon-clear"></span>'
}});