{"version":3,"sources":["webpack:///./resources/scripts/app.js","webpack:///external \"jQuery\""],"names":["$","console","document","Math","setTimeout","module","exports","window"],"mappings":"4GAKAA,mBAAkB,WAChBC,8BAGFD,kCAAmC,WACjCE,8CAAgD,IAAMC,oBAAWA,eAAXA,SAAtDD,OAGFF,qCAAsC,WACpCE,kDACAA,yJACAA,sDACAA,wDAGFF,mCAAoC,WAClCE,uDACAA,2DACAA,qDACAE,YAAW,WACTF,sDADFE,S,8DCxBFC,EAAOC,QAAUC,OAAe,S","file":"/scripts/app.js","sourcesContent":["/**\n * External Dependencies\n */\nimport 'jquery';\n\n$(document).ready(() => {\n  console.log('Hello world');\n});\n\n$(document).on('click', '#idkman', function() {\n  document.getElementById('idkman').style.color = '#' + Math.floor(Math.random() * 16777215).toString(16);\n});\n\n$(document).on('click', '#hamburger', function() {\n  document.getElementById('sideNav').style.left = '0';\n  document.getElementById('sideNav').style.boxShadow = '0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2)';\n  document.getElementById('overlay').style.width = '100%';\n  document.getElementById('overlay').style.opacity = '1';\n});\n\n$(document).on('click', '#overlay', function () {\n  document.getElementById('sideNav').style.left = '-300px';\n  document.getElementById('sideNav').style.boxShadow = 'unset';\n  document.getElementById('overlay').style.opacity = '0';\n  setTimeout(function(){\n    document.getElementById('overlay').style.width = '0%';\n  }, 500)\n});\n","module.exports = window[\"jQuery\"];"],"sourceRoot":""}