blob: 8fae51da8e287ed79c32c204effd3958ec6a5237 [file] [log] [blame]
/**
* @license
* Copyright 2020 The Go Authors. All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file.
*/import"../_header/header.js";import"../_keyboard/keyboard.js";import{ClipboardController as n}from"../_clipboard/clipboard.js";import{ToolTipController as a}from"../_tooltip/tooltip.js";import{SelectNavController as l}from"../_outline/select.js";import{ModalController as i}from"../_modal/modal.js";for(const e of document.querySelectorAll(".js-clipboard"))new n(e);for(const e of document.querySelectorAll(".js-modal"))new i(e);for(const e of document.querySelectorAll(".js-tooltip"))new a(e);for(const e of document.querySelectorAll(".js-selectNav"))new l(e);(function(){window.dataLayer=window.dataLayer||[],window.dataLayer.push({"gtm.start":new Date().getTime(),event:"gtm.js"})})();function r(){const e=new URLSearchParams(window.location.search),o=e.get("utm_source");if(o!=="gopls"&&o!=="godoc"&&o!=="pkggodev")return;const t=new URL(window.location.href);e.delete("utm_source"),t.search=e.toString(),window.history.replaceState(null,"",t.toString())}document.querySelector(".js-gtmID")?.dataset.gtmid&&window.dataLayer?window.dataLayer.push(function(){r()}):r();
//# sourceMappingURL=base.js.map