/home/idolaotomotif/resepsehat.biz/wp-content/themes/wishful-blog/wishfulthemes/admin/js/custom.js
( function( $ ) {
    jQuery(document).ready(function($) {

        //Chosen JS
        $(".hs-chosen-select").chosen({
            width: "100%"
        });

    });
} ) ( jQuery );