{"version":3,"sources":["../../dev/j/avg-memory-cleaner-v2.js"],"names":["$infoBox","$","avm","require","length","on","$self","this","$target","targetOpened","hasClass","removeClass","addClass","tns","container","controlsContainer","preventScrollOnTouch","controlsPosition","controls","navPosition","mouseDrag","speed","center","slideBy","fixedWidth","gutter","loop","responsive","768","1280","1600"],"mappings":"CAAA,WACC,YAEA,IAAIA,GAAWC,EAAE,eAGJC,KAAIC,QAAQ,sBA6BzB,IAnBKH,EAASI,OAAS,GACtBJ,EAASK,GAAG,QAAS,WACpB,GAAIC,GAAQL,EAAEM,MACbC,EAAUF,EACVG,IAAiBD,EAAQE,SAAS,SAGnCV,GAASW,YAAY,UAGjBF,EACHD,EAAQG,YAAY,UAEpBH,EAAQI,SAAS,YAMhBX,EAAE,8BAA8BG,OAAS,EAC5C,CAA0BS,KACzBC,UAAa,6BACbC,kBAAqB,sCACrBC,qBAAwB,QACxBC,iBAAoB,SACpBC,UAAY,EACZC,YAAe,SACfC,WAAa,EACbC,MAAS,IACTC,QAAU,EACVC,QAAW,EACXC,WAAc,IACdC,OAAU,GACVC,MAAQ,EACRC,YACCC,KACCL,QAAW,EACXL,UAAY,EACZM,WAAc,IACdC,OAAU,IAEXI,MACCN,QAAW,EACXL,UAAY,EACZM,WAAc,IACdC,OAAU,IAEXK,MACCP,QAAW,EACXL,UAAY,EACZM,WAAc,IACdC,OAAU","file":"avg-memory-cleaner-v2.js","sourcesContent":["(function() {\n\t'use strict';\n\n\tvar $infoBox = $('.js-question'),\n\t\t// $window = $(window),\n\t\t// $animatedGraphs = $('.js-animatedGraph'),\n\t\twaypoints = avm.require('avast.web.waypoints');\n\n\t\t// $window.on('resize scroll', function() {\n\t\t// \tif (waypoints($animatedGraphs, 300, 300, false)) {\n\t\t// \t\t$animatedGraphs.addClass('animated');\n\t\t// \t}\n\t\t// })\n\n\n\t// FAQ toggler\n\tif ( $infoBox.length > 0 ) {\n\t\t$infoBox.on('click', function() {\n\t\t\tvar $self = $(this),\n\t\t\t\t$target = $self,\n\t\t\t\ttargetOpened = !!$target.hasClass('expand');\n\n\t\t\t// Close all boxes\n\t\t\t$infoBox.removeClass('expand');\n\n\t\t\t// Check current box for toggle\n\t\t\tif (targetOpened) {\n\t\t\t\t$target.removeClass('expand');\n\t\t\t} else {\n\t\t\t\t$target.addClass('expand');\n\t\t\t}\n\t\t});\n\t}\n\n\t// signal blogs slider\n\tif ($('.slider-sliderSliNotiSecSm').length > 0) {\n\t\tvar sliderInfNotiSecMed = tns({\n\t\t\t\"container\": \".slider-sliderSliNotiSecSm\",\n\t\t\t\"controlsContainer\": \".slider-sliderSliNotiSecSm-controls\",\n\t\t\t\"preventScrollOnTouch\": \"force\",\n\t\t\t\"controlsPosition\": \"bottom\",\n\t\t\t\"controls\": false,\n\t\t\t\"navPosition\": \"bottom\",\n\t\t\t\"mouseDrag\": true,\n\t\t\t\"speed\": 400,\n\t\t\t\"center\": false,\n\t\t\t\"slideBy\": 1,\n\t\t\t\"fixedWidth\": 250,\n\t\t\t\"gutter\": 16,\n\t\t\t\"loop\": false,\n\t\t\t\"responsive\": {\n\t\t\t\t\"768\": {\n\t\t\t\t\t\"slideBy\": 1,\n\t\t\t\t\t\"controls\": false,\n\t\t\t\t\t\"fixedWidth\": 316,\n\t\t\t\t\t\"gutter\": 32\n\t\t\t\t},\n\t\t\t\t\"1280\": {\n\t\t\t\t\t\"slideBy\": 1,\n\t\t\t\t\t\"controls\": true,\n\t\t\t\t\t\"fixedWidth\": 316,\n\t\t\t\t\t\"gutter\": 64\n\t\t\t\t},\n\t\t\t\t\"1600\": {\n\t\t\t\t\t\"slideBy\": 1,\n\t\t\t\t\t\"controls\": true,\n\t\t\t\t\t\"fixedWidth\": 316,\n\t\t\t\t\t\"gutter\": 64\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n})();\n"]}