{"version":3,"file":"js/ticket.fc2441860769ce6b48f7.js","mappings":"+JAAM,6DAENA,OAAOC,GAAKD,OAAOC,IAAM,CAAC,EAE1BD,OAAOC,GAAGC,OAAS,IAAI,WACnB,IAAIC,EAAOC,KACXD,EAAKE,gBACLF,EAAKG,MAAQ,IACbH,EAAKI,MAAQ,IACbJ,EAAKK,SAAW,WACZC,aAAaN,EAAKE,iBAClBF,EAAKE,gBAAkBK,YAAW,WAC9B,IAAIC,EAAeC,EAAE,mGAErBD,EAAaE,IAAI,SAAU,QAEvBb,OAAOc,WAAaX,EAAKI,MACzBI,EAAaI,YAAY,CACrBC,QAAQ,IAGZL,EAAaI,YAAY,CACrBC,QAAQ,GAGpB,GAAGb,EAAKG,MACZ,EACAH,EAAKc,KAAO,WACRjB,OAAOkB,iBAAiB,SAAUf,EAAKK,UACvCL,EAAKK,UACT,CACJ,EAEAR,OAAOC,GAAGC,OAAOe,O","sources":["webpack://netzkern.am/./src/Foundation/Common/code/Scripts/Ticket/ticket.js"],"sourcesContent":["await import(/* webpackChunkName: \"jquery-match-height\" */ 'jquery-match-height');\r\n\r\nwindow.am = window.am || {};\r\n\r\nwindow.am.ticket = new function () {\r\n var that = this;\r\n that.resizedFinished;\r\n that.delta = 250;\r\n that.width = 767;\r\n that.onResize = function () {\r\n clearTimeout(that.resizedFinished);\r\n that.resizedFinished = setTimeout(function () {\r\n var fieldSelects = $('.lottery__form-field label:not(.label-with-icon > label), .lottery__form-field .label-with-icon');\r\n // reset height\r\n fieldSelects.css('height', 'auto');\r\n // base on resolution bind or unbind match height plugin\r\n if (window.innerWidth > that.width) {\r\n fieldSelects.matchHeight({\r\n remove: false\r\n });\r\n } else {\r\n fieldSelects.matchHeight({\r\n remove: true\r\n });\r\n }\r\n }, that.delta);\r\n },\r\n that.init = function () {\r\n window.addEventListener(\"resize\", that.onResize);\r\n that.onResize();\r\n };\r\n};\r\n\r\nwindow.am.ticket.init();"],"names":["window","am","ticket","that","this","resizedFinished","delta","width","onResize","clearTimeout","setTimeout","fieldSelects","$","css","innerWidth","matchHeight","remove","init","addEventListener"],"sourceRoot":""}