From 4c23957462d9b9e985e4b2130f10555510bf64ed Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Fri, 12 Dec 2025 16:49:33 -0400 Subject: [PATCH] Remove redundant listener --- js/formidable.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/formidable.js b/js/formidable.js index f5c997d898..3c5f45a75c 100644 --- a/js/formidable.js +++ b/js/formidable.js @@ -1559,10 +1559,6 @@ function frmFrontFormJS() { ); } ); - jQuery( document ).on( 'change', selector, function( event ) { - checkFloatLabel( event.target ); - } ); - runOnLoad = function( firstLoad ) { if ( firstLoad && document.activeElement && -1 !== [ 'INPUT', 'SELECT', 'TEXTAREA' ].indexOf( document.activeElement.tagName ) ) { checkFloatLabel( document.activeElement );