diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/js/section-faq.js b/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/js/section-faq.js
index 7a76dab..237dbcc 100644
--- a/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/js/section-faq.js
+++ b/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/js/section-faq.js
@@ -13,10 +13,6 @@
 				return;
 			}
 
-			if ( ! $question.is( '.open' ) ) {
-				$question.siblings( '.open' ).toggleClass( 'open' ).attr( 'aria-expanded', false ).next( 'dd' ).slideToggle( 200 );
-			}
-
 			$question.toggleClass( 'open' ).attr( 'aria-expanded', function( index, attribute ) {
 				return 'true' !== attribute;
 			} ).next( 'dd' ).slideToggle( 200 );
