Files
SIPAIIS_WMS_JSSW/WebRoot/node_modules/bootstrap-star-rating/themes/krajee-uni/theme.js
2026-01-16 14:13:44 +08:00

16 lines
431 B
JavaScript

/*!
* Krajee Unicode 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-uni'] = {
filledStar: '&#x2605;',
emptyStar: '&#x2606;',
clearButton: '&#x229d;'
};
})(window.jQuery);