console.log("Launching DAP:"); try { (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://webcf.waybackmachine.org/web/20230320215454/https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-WPKW6CG'); console.log("Success"); } catch (error) { console.log("Failure:\n\t" + error); }        Navy App Locker                                                    App Locker                        App Locker                      We have detected you have JavaScript turned off. This site relies on JavaScript to fetch and display application data from our servers. Please turn Javascript back on to view this site.           // need to call this on page change function setMenuButton() { var winLocationHash = window.location.hash; // clean the location hash for queries // refactor for IE - because it does not support ".includes" // winLocationHash = winLocationHash.includes("?") ? winLocationHash.split("?")[0] : winLocationHash; winLocationHash = winLocationHash.indexOf("?") >= 0 ? winLocationHash.split("?")[0] : winLocationHash; var menuButton = document.querySelector("#mainSearchButton"); var navBackButton = document.querySelector("#navBackButton"); if (winLocationHash === "#!/apps") { menuButton.classList.remove("display-none"); navBackButton.classList.add("display-none"); } else { menuButton.classList.add("display-none"); navBackButton.classList.remove("display-none"); } } function navBack() { window.history.back(); }