{"version":3,"sources":["../../dev/j/secure-browser.js"],"names":["$infoBox","$","length","on","$self","this","$target","targetOpened","hasClass","removeClass","addClass","window","onhashchange","location","reload","sliderInfNotiSecMed","document","querySelectorAll","forEach","slider","index","tns","container","controlsContainer","preventScrollOnTouch","controlsPosition","controls","navPosition","mouseDrag","speed","center","slideBy","fixedWidth","gutter","loop","responsive","768","1280","1600","sliderInfNotiSecMedRating"],"mappings":"AAgCA,GAhCA,WACC,YAEA,IAAIA,GAAWC,EAAE,eAIZD,GAASE,OAAS,GACtBF,EAASG,GAAG,QAAS,WACpB,GAAIC,GAAQH,EAAEI,MACbC,EAAUF,EACVG,IAAiBD,EAAQE,SAAS,SAGnCR,GAASS,YAAY,UAGjBF,EACHD,EAAQG,YAAY,UAEpBH,EAAQI,SAAS,eAOrBC,OAAOC,aAAe,WACrBD,OAAOE,SAASC,UAIbb,EAAE,8BAA8BC,OAAS,EAC5C,GAAIa,qBAAsBC,SAASC,iBAAiB,8BAA8BC,QAClF,SAASC,EAAQC,GAChBC,KACCC,UAAaH,EACbI,kBAAqBP,SAASC,iBAAiB,uCAAuCG,GACtFI,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,QAOf,IAAIhC,EAAE,oCAAoCC,OAAS,EAClD,GAAIqC,2BAA4BlB,KAC/BC,UAAa,mCACbC,kBAAqB,4CACrBC,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":"secure-browser.js","sourcesContent":["(function() {\n\t'use strict';\n\n\tvar $infoBox = $('.js-question');\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\n// reload page to detect the platform correct\nwindow.onhashchange = function() {\n\twindow.location.reload();\n}\n\n// carousel controllers\nif ($('.slider-sliderSliNotiSecSm').length > 0) {\n\tvar sliderInfNotiSecMed = document.querySelectorAll('.slider-sliderSliNotiSecSm').forEach(\n\tfunction(slider, index){\n\t\ttns({\n\t\t\t\"container\": slider,\n\t\t\t\"controlsContainer\": document.querySelectorAll('.slider-sliderSliNotiSecSm-controls')[index],\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\": 270,\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\": 290,\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\": 290,\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\": 290,\n\t\t\t\t\t\"gutter\": 64\n\t\t\t\t}\n\t\t\t}\n\t\t})\n\t})\n}\n\nif ($('.slider-sliderSliNotiSecSmRating').length > 0) {\n\tvar sliderInfNotiSecMedRating = tns({\n\t\t\"container\": \".slider-sliderSliNotiSecSmRating\",\n\t\t\"controlsContainer\": \".slider-sliderSliNotiSecSmRating-controls\",\n\t\t\"preventScrollOnTouch\": \"force\",\n\t\t\"controlsPosition\": \"bottom\",\n\t\t\"controls\": false,\n\t\t\"navPosition\": \"bottom\",\n\t\t\"mouseDrag\": true,\n\t\t\"speed\": 400,\n\t\t\"center\": false,\n\t\t\"slideBy\": 1,\n\t\t\"fixedWidth\": 270,\n\t\t\"gutter\": 16,\n\t\t\"loop\": false,\n\t\t\"responsive\": {\n\t\t\t\"768\": {\n\t\t\t\t\"slideBy\": 1,\n\t\t\t\t\"controls\": false,\n\t\t\t\t\"fixedWidth\": 290,\n\t\t\t\t\"gutter\": 32\n\t\t\t},\n\t\t\t\"1280\": {\n\t\t\t\t\"slideBy\": 1,\n\t\t\t\t\"controls\": true,\n\t\t\t\t\"fixedWidth\": 290,\n\t\t\t\t\"gutter\": 64\n\t\t\t},\n\t\t\t\"1600\": {\n\t\t\t\t\"slideBy\": 1,\n\t\t\t\t\"controls\": true,\n\t\t\t\t\"fixedWidth\": 290,\n\t\t\t\t\"gutter\": 64\n\t\t\t}\n\t\t}\n\t});\n}\n"]}