vanilla.namespace("joblib.profil");joblib.profil.home={init:function(a,b){$("#view-employeur-quicksearch form").submit(function(){var f=$(this).find("div.field.secteur select").val();var e=$(this).find("div.field.poste select").val();var c=$(this).find("div.field.departement select").val();var d="#";if(f){d+="/secteur:"+f}if(e){d+="/poste:"+e}if(c){d+="/localisation:d"+c}window.location.href=b.literal.replace("__PARAMETERS__","")+d})}};