PATH:
home
/
thebhoeo
/
.trash
/
woodmart
/
inc
/
admin
/
assets
/
js
/* global wd_status_btn_data */ (function($) { $(document) .on('click', `.wp-list-table .xts-switcher-btn`, function() { var $switcher = $(this); $switcher.addClass('xts-loading'); $.ajax({ url : woodmartConfig.ajaxUrl, method : 'POST', data : { action : 'wd_change_post_status', id : $switcher.data('id'), status : 'publish' === $switcher.data('status') ? 'draft' : 'publish', security: $switcher.data('security'), }, dataType: 'json', success : function(response) { $switcher.replaceWith(response.new_html); }, error : function(error) { console.error(error); } }); }); })(jQuery);
[-] frequentlyBoughtTogether.js
[edit]
[-] patcher.js
[edit]
[-] options.js
[edit]
[-] timetable.js
[edit]
[-] conditions.js
[edit]
[-] checkoutFieldsManager.js
[edit]
[-] tooltip.js
[edit]
[+]
libs
[-] productGalleryVideo.js
[edit]
[-] htmlBlockEditLink.js
[edit]
[-] wishlist.js
[edit]
[-] backup.js
[edit]
[-] import.js
[edit]
[-] statusButton.js
[edit]
[-] presets.js
[edit]
[-] sliders-ui.js
[edit]
[-] builder.js
[edit]
[-] discountRules.js
[edit]
[+]
..
[-] css-generator.js
[edit]
[+]
vc-fields
[-] vc-templates.js
[edit]
[-] wizard.js
[edit]
[-] saveThemeSettings.js
[edit]
[-] guideTour.js
[edit]
[-] adminFilters.js
[edit]
[-] admin.js
[edit]