{"version":3,"file":"623.bundle.js","mappings":";;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACO;AACP;AACA,QAAQ,6IAAsB;AAC9B;AACA;AACA,OAAO;AACP;AACA;AACA,QAAQ,6IAAsB;AAC9B;AACA;AACA,OAAO;AACP;AACA;AACA,QAAQ,6IAAsB;AAC9B;AACA;AACA,OAAO;AACP;AACA;;AAEA;AACO;AACP,IAAI,6IAAsB;AAC1B;AACA;AACA;AACA;AACA;;AAEA;AACO;AACP,IAAI,6IAAsB;AAC1B;AACA;AACA;AACA;AACA","sources":["webpack://narconon-us-site/./node_modules/@able-sbcadmin/narconon-npm/dist/videojsimport.js"],"sourcesContent":["/*******************************************************************************************************************\n * File: /assets/js/videoimport.js\n * Initalizes all video player on page. And provides player control for lightboxes\n * \n * \n * \n * Author: Matt Hawk\n *\n *******************************************************************************************************************/\n\n// Init players, may not always be needed but this allows funtions to grap an instantiated player later.\nexport function initPlayers() {\n if(document.querySelector('#vid-global-success')) {\n import('./playerInit')\n .then(module => {\n module.globalSuccessPlayer();\n });\n }\n if(document.querySelector('#hero-vid-header')) {\n import('./playerInit')\n .then(module => {\n module.heroVidPlayer();\n });\n }\n if(document.querySelector('#vid-success')) {\n import('./playerInit')\n .then(module => {\n module.vidSuccessPlayer();\n });\n }\n};\n\n// Start lightbox playback\nexport function lightBoxVidStart(dataSrc, dataPoster) {\n import('./playerInit')\n .then(module => {\n module.lightBoxVidPlayer(dataSrc, dataPoster);\n }\n );\n};\n\n// End lightbox playback\nexport function lightBoxVidPause() {\n import('./playerInit')\n .then(module => {\n module.lightBoxVidPause();\n }\n );\n};\n\n"],"names":[],"sourceRoot":""}