Skip to content

Commit

Permalink
シリーズの選択もselect2に
Browse files Browse the repository at this point in the history
  • Loading branch information
fumikito committed Apr 3, 2024
1 parent 3199dcd commit 016f5a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/js/src/admin/author.jsx
Expand Up @@ -11,4 +11,10 @@ jQuery( document ).ready( function( $ ) {
// Make this pulldown to select2.
$selector.select2();
}

const $series = $( '.wpametu-meta-table select#post_parent' );
if ( $series.length ) {
// Make this pulldown to select2.
$series.select2();
}
} );

0 comments on commit 016f5a5

Please sign in to comment.