Current Directory: /home/astoriaah/www/media/system/js
Viewing File: /home/astoriaah/www/media/system/js/color-field-init.js
jQuery(document).ready(function ($){
$('select.simplecolors').simplecolors();
$(document).on('subform-row-add', function(event, row){
$(row).find('select.simplecolors').simplecolors();
});
});