Submit
Path:
~
/
home
/
getwphos
/
public_html
/
dumpsterbm
/
wp-content
/
plugins
/
tatsu
/
admin
/
js
/
File Content:
customizer.js
jQuery(function($){ "use strict"; //multi select drop down control $('.customize-control-semantic').each(function(){ $(this).chosen({width : '96%'}); }); $(".customize-control-semantic").on('change', function(e) { var updatedValue = ''; if( $(this).val() ) { updatedValue = $(this).val().join(','); } $(this).parent().find('.customize-control-dropdown-semantic').val( updatedValue ).trigger('change'); }); });
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
customizer.js
465 bytes
0644
semantic-dropdown.js
29121 bytes
0644
tatsu-admin.js
20306 bytes
0644
tatsu-builder-control.js
6238 bytes
0644
tatsu-gutenberg.js
1681 bytes
0644
N4ST4R_ID | Naxtarrr