HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u106391720 (10342218)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /homepages/34/d890102484/htdocs/wp-content/plugins/toolbar-extras/assets/js/iris-config.js
/**
 * // assets/js/iris-config
 * @package Toolbar Extras - Assets
 * @since 1.0.0
 * @since 1.4.0 Added predefined palette.
 * @since 1.4.2 Made palette values dynamic.
 */

jQuery( document ).ready( function () {

	if ( jQuery.isFunction( jQuery.fn.wpColorPicker ) ) {
		jQuery( 'input.tbex-color-picker' ).wpColorPicker({
			palettes: palette
		});
	}

} );