Permanent fix for Post Author select is broken #273 issue

This commit is contained in:
savvasha
2018-06-02 11:57:26 +03:00
parent b27e9260d2
commit 51e5ba02b2
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jQuery(document).ready(function($){
});
// Chosen select
$(".chosen-select").chosen({
$(".chosen-select, #poststuff #post_author_override").chosen({
allow_single_deselect: true,
search_contains: true,
single_backstroke_delete: false,