Skip to content

Commit

Permalink
Co-Authors selection UI should be available when creating a new post too
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Mar 18, 2014
1 parent f701751 commit 5d58ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/co-authors-plus.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ jQuery(document).ready(function () {
hide_loading();
});

if ( 'post-php' == adminpage ) {
if ( 'post-php' == adminpage || 'post-new-php' == adminpage ) {
var $post_coauthor_logins = jQuery('input[name="coauthors[]"]');
var $post_coauthor_names = jQuery('input[name="coauthorsinput[]"]');
var $post_coauthor_emails = jQuery('input[name="coauthorsemails[]"]');
Expand Down

0 comments on commit 5d58ebb

Please sign in to comment.