Skip to content

Commit e65e515

Browse files
committed
Removed unused function parameter
1 parent 9f25be2 commit e65e515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/_enqueues/admin/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2374,7 +2374,7 @@ $( function( $ ) {
23742374
submitBtn.disabled = true;
23752375

23762376
// Listen for changes on any radio input in the form.
2377-
usersForm.addEventListener('change', function(e) {
2377+
usersForm.addEventListener('change', function() {
23782378
if ( ! usersForm.checkValidity() ) {
23792379
submitBtn.disabled = true;
23802380
return;

0 commit comments

Comments
 (0)