"use strict";var HeadBanerController=function(a){this.$el=a,this.path=window.location.pathname,this.display()};HeadBanerController.prototype={display:function(){if(this.path.match(/Panier/)&&!pwPlugins.device.desktop())$(".headband").hide(),$(".responsive #site #header").css("padding",0);else{$(".headband").show();var a=$(".headband").data("url");a&&$(".headband").on("click",function(){window.location=a})}}};