Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk committed Feb 26, 2025
1 parent e138d8a commit 031a3c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,7 @@
for ( const option of options ) {
if ( option.value === '' ) {
option.textContent = option.textContent.replace( /\(.*\)/, '(' + postFormats[0].nextSibling.textContent.trim() + ')' );
}
if ( option.value === event.target.value ) {

} else if ( option.value === event.target.value ) {
option.disabled = ! event.target.checked;
}
}
Expand Down

0 comments on commit 031a3c7

Please sign in to comment.