Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Fix Woocommerce Tabs Issue */
- (function ($) {
- $(window).ready(function () {
- $('.woocommerce-tabs .wc-tabs li > a').prop('onclick', null).off('click');
- })
- })(jQuery)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement