diff options
| author | XhmikosR <[email protected]> | 2024-03-04 20:34:48 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-04 20:34:48 +0200 |
| commit | 712e722165bd99025872815fcaf609ee15baa3f1 (patch) | |
| tree | 2ddf88386db7b8123a0259d84e20cee2afbde9ea /site/content | |
| parent | 99562ba37c26aded816fa610210057518e13babb (diff) | |
| download | bootstrap-712e722165bd99025872815fcaf609ee15baa3f1.tar.xz bootstrap-712e722165bd99025872815fcaf609ee15baa3f1.zip | |
docs: remove Google Analytics (#39725)
It no longer works
Diffstat (limited to 'site/content')
| -rw-r--r-- | site/content/docs/5.3/getting-started/download.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/site/content/docs/5.3/getting-started/download.md b/site/content/docs/5.3/getting-started/download.md index f813e48de..16845ddc3 100644 --- a/site/content/docs/5.3/getting-started/download.md +++ b/site/content/docs/5.3/getting-started/download.md @@ -15,7 +15,7 @@ Download ready-to-use compiled code for **Bootstrap v{{< param current_version > This doesn't include documentation, source files, or any optional JavaScript dependencies like Popper. -<a href="{{< param "download.dist" >}}" class="btn btn-bd-primary" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download Bootstrap');">Download</a> +<a href="{{< param "download.dist" >}}" class="btn btn-bd-primary">Download</a> ## Source files @@ -26,13 +26,13 @@ Compile Bootstrap with your own asset pipeline by downloading our source Sass, J Should you require our full set of [build tools]({{< docsref "/getting-started/contribute#tooling-setup" >}}), they are included for developing Bootstrap and its docs, but they're likely unsuitable for your own purposes. -<a href="{{< param "download.source" >}}" class="btn btn-bd-primary" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a> +<a href="{{< param "download.source" >}}" class="btn btn-bd-primary">Download source</a> ## Examples If you want to download and examine our [examples]({{< docsref "/examples" >}}), you can grab the already built examples: -<a href="{{< param "download.dist_examples" >}}" class="btn btn-bd-primary" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download Examples');">Download Examples</a> +<a href="{{< param "download.dist_examples" >}}" class="btn btn-bd-primary">Download Examples</a> ## CDN via jsDelivr |
