Skip to content

Commit 9062d4e

Browse files
Update src/wp-includes/widgets/class-wp-widget-archives.php
Co-authored-by: Mukesh Panchal <[email protected]>
1 parent 1accde8 commit 9062d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/widgets/class-wp-widget-archives.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function onSelectChange(e) {
129129
dropdown.removeAttribute( 'data-lastkey' );
130130
}
131131
});
132-
dropdown.addEventListener( 'click', function() {
132+
dropdown.addEventListener( 'click', function() {
133133
dropdown.removeAttribute( 'data-lastkey' );
134134
});
135135
dropdown.onchange = onSelectChange;

0 commit comments

Comments
 (0)