PATH:
home
/
thebhoeo
/
.trash
/
woodmart
/
inc
/
admin
/
assets
/
js
/
vc-fields
/* global jQuery, woodmartConfig */ (function($) { 'use strict'; function listElement() { var $editor = $('#vc_ui-panel-edit-element'); $editor.on('vcPanel.shown', function() { if ($editor.attr('data-vc-shortcode') != 'woodmart_list' && $editor.attr('data-vc-shortcode') != 'woodmart_table_row') { return; } var $groupField = $editor.find('[data-param_type="param_group"]'), $groupFieldOpenBtn = $groupField.find('.column_toggle:first'); setTimeout(function() { $groupFieldOpenBtn.click(); }, 300); }); } jQuery(document).ready(function() { listElement(); }); })(jQuery);
[-] dimensions.js
[edit]
[-] image-select.js
[edit]
[-] title-divider.js
[edit]
[-] button-set.js
[edit]
[-] image-hotspot.js
[edit]
[-] number.js
[edit]
[-] box-shadow.js
[edit]
[-] responsive-spacing.js
[edit]
[-] slider-responsive.js
[edit]
[-] vc-functions.js
[edit]
[-] gradient.js
[edit]
[+]
..
[-] upload.js
[edit]
[-] datepicker.js
[edit]
[-] select.js
[edit]
[-] list-element.js
[edit]
[-] frontend-editor-functions.js
[edit]
[-] slider.js
[edit]
[-] switch.js
[edit]
[-] wd-colorpicker.js
[edit]
[-] colorpicker.js
[edit]
[-] responsive-size.js
[edit]