From 163315c4435b5b7f258c21dff07e03b2ad02e6b8 Mon Sep 17 00:00:00 2001 From: BrunoPavlinic98 Date: Wed, 6 Nov 2024 11:30:41 +0100 Subject: [PATCH] Test --- assets/js/setup-wizard.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/assets/js/setup-wizard.js b/assets/js/setup-wizard.js index f1d5384f7..cf0148073 100644 --- a/assets/js/setup-wizard.js +++ b/assets/js/setup-wizard.js @@ -1,7 +1,5 @@ jQuery( function( $ ) { - $( '.wc-enhanced-select' ).select2(); - $( '.tab' ).on( 'click', function() { $( this ).closest('.extra-field').find('.tab').removeClass( 'active' ); $( this ).addClass( 'active' );