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 );