{"version":3,"file":"/js/front.js","mappings":"mBACAA,QAAO,SAAUC,GACbA,EAAEC,QAAQC,GAAG,UAAU,WACfF,EAAEG,MAAMC,YAAc,GACtBJ,EAAE,gBAAgBK,SAElBL,EAAE,gBAAgBM,aAI1BN,EAAEO,UAAUL,GAAG,QAAS,gBAAgB,WAIpC,OAHAF,EAAE,aAAaQ,QAAQ,CACnBJ,UAAW,GACZ,MACI,QAGfL,QAAO,SAAUC,GACb,IAAIS,EAAeR,OAAOS,SAASC,KACnCX,EAAE,4BAA4BY,MAAK,WAC3BZ,EAAEG,MAAMU,KAAK,SAAWJ,GACxBT,EAAEG,MAAMW,SAAS,6B","sources":["webpack:///./resources/js/front.js"],"sourcesContent":["\"use strict\"\r\njQuery(function ($) {\r\n $(window).on('scroll', function () {\r\n if ($(this).scrollTop() > 50) {\r\n $('#back-to-top').fadeIn();\r\n } else {\r\n $('#back-to-top').fadeOut();\r\n }\r\n });\r\n // scroll body to 0px on click\r\n $(document).on('click', '#back-to-top', function () {\r\n $('body,html').animate({\r\n scrollTop: 0\r\n }, 500);\r\n return false;\r\n });\r\n});\r\njQuery(function ($) {\r\n var current_page = window.location.href;\r\n $('.navbar-nav li .nav-link').each(function () {\r\n if ($(this).attr('href') == current_page) {\r\n $(this).addClass('active-navbar-item');\r\n }\r\n })\r\n});"],"names":["jQuery","$","window","on","this","scrollTop","fadeIn","fadeOut","document","animate","current_page","location","href","each","attr","addClass"],"sourceRoot":""}