var OnFilterSubmit=function(){if(toggleLoader(),history.pushState){var n=$("#js-filter-form").find("input,select").serialize(),t="?"+n,i=location.protocol+"//"+location.host+location.pathname;history.pushState(null,null,i+t)}},BindFilterControls=function(n){var t=$("#js-filter-form");$(".js-reset-filter").click(function(){$(":input",t).not(":button, :submit, :reset").val("").removeAttr("checked").removeAttr("selected")});$(".js-trigger-filter").change(function(){t.submit()});n!=null&&toggleLoader()};$(function(){BindFilterControls()})