if(Debug.debug) console.log("\n\n\n\n\n\n ——— Sᴛλʀᴛɪɴɢ Uʟᴛʀᴀᴡɪᴅɪꜰʏ ———\n << ʟᴏᴀᴅɪɴɢ ᴍᴀɪɴ ꜰɪʟᴇ >>\n\n\n\n"); // start autoar and setup everything $(document).ready(function() { if(Debug.debug) console.log("uw::document.ready | document is ready. Starting ar script ..."); // ArDetect.arSetup(); document.addEventListener("mozfullscreenchange", function( event ) { if(FullScreenDetect.isFullScreen()){ // full screen is on } else{ Resizer.reset(); } }); });