Temporary fix for author chozen select conflict

This commit is contained in:
savvasha
2018-06-01 23:29:05 +03:00
parent 33601252a6
commit b27e9260d2

View File

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