[ Root System Explorer ]
Location:
Root
/
home
/
svaxkys
/
www
/
Arcomet
/
wp-content
/
plugins
/
redux-framework
/
redux-core
/
inc
/
fields
/
palette
+ Folder
+ File
Upload
Editing: redux-palette.js
/** * Field Palette (color) */ /*global jQuery, redux*/ (function( $ ) { 'use strict'; redux.field_objects = redux.field_objects || {}; redux.field_objects.palette = redux.field_objects.palette || {}; redux.field_objects.palette.init = function( selector ) { selector = $.redux.getSelector( selector, 'palette' ); $( selector ).each( function() { var el = $( this ); var parent = el; if ( ! el.hasClass( 'redux-field-container' ) ) { parent = el.parents( '.redux-field-container:first' ); } if ( parent.is( ':hidden' ) ) { return; } if ( parent.hasClass( 'redux-field-init' ) ) { parent.removeClass( 'redux-field-init' ); } else { return; } el.find( '.buttonset' ).each( function() { $( this ).buttonset(); } ); } ); }; })( jQuery );
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 class-redux-palette.php
FILE
Ren
[EDIT]
DEL
📄 index.php
FILE
Ren
[EDIT]
DEL
📄 redux-palette.css
FILE
Ren
[EDIT]
DEL
📄 redux-palette.css.map
FILE
Ren
[EDIT]
DEL
📄 redux-palette.js
FILE
Ren
[EDIT]
DEL
📄 redux-palette.min.js
FILE
Ren
[EDIT]
DEL
📄 redux-palette.scss
FILE
Ren
[EDIT]
DEL