Spade
Mini Shell
home/lmsyaran/public_html/j3/media/system/js/color-field-init.js000064400000000307151171422010020647
0ustar00jQuery(document).ready(function ($){
$('select.simplecolors').simplecolors();
$(document).on('subform-row-add', function(event, row){
$(row).find('select.simplecolors').simplecolors();
});
});