{"version":3,"sources":["webpack:///./app/javascript/packs/application_web.js"],"names":["require","$","hide","css","window","Notification","permission"],"mappings":"8EACA,YACAA,EAAS,KAETC,EAAE,YAAYC,OACdD,EAAE,YAAYE,IAAI,UAAW,QAC7BF,EAAE,YAAYC,OACdD,EAAE,YAAYE,IAAI,UAAW,QAIvB,iBAAkBC,SAEa,YAA5BC,aAAaC,YAKe,WAA5BD,aAAaC,aAHpBL,EAAE,WAAWC,S","file":"js/application_web-3ca1a48de54d19a9656e.chunk.js","sourcesContent":["\n// GESTION CSS\nrequire ('../stylesheets/application_web')\n\n$('#suscrib').hide();\n$(\"#suscrib\").css(\"display\", \"none\");\n$('.suscrib').hide();\n$(\".suscrib\").css(\"display\", \"none\");\n\n// NOTIFICACIONES\n// 1) verifico que el navegador tenga soporte a las notificaciones \nif (!(\"Notification\" in window)) {\n}\nelse if (Notification.permission === \"granted\") {\n // console.log(\"El usuario contesto y otorgo los permisos para recibir notificaciones\");\n $('.suscri').hide();\n}\n// Otherwise, we need to ask the user for permission\nelse if (Notification.permission === 'denied') {\n $('.suscri').hide();\n}\n"],"sourceRoot":""}