jQuery(document).ready(function(n){function t(){var t=n("#logouttoken").val();n("#remove .icon").off();n("#remove .icon").on("click",function(i){i.preventDefault();var r=this.id,u=n(this);n.ajax({type:"POST",contentType:"application/json; charset=utf-8",url:"/public/shortlist/removeselecteditem",data:"{'sitecoreItemID':"+JSON.stringify(r)+"}",success:function(){u.closest(".shortlist").addClass("hidden")},error:function(){},headers:{__RequestVerificationToken:t}})})}n("#headerShortlist").on("click",function(i){i.preventDefault();n.ajax({type:"GET",url:"/public/shortlist/headershortlist",datatype:"html",contentType:"text",success:function(i){n("#fillHeaderShortlist").html(i);n(".shortlist-mobile-container #fillHeaderShortlist").remove();n("#fillHeaderShortlist").clone().appendTo(".shortlist-mobile-container .shortlist-scroll");t()},error:function(){}})})})