aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorJulian Thilo <[email protected]>2014-04-04 10:28:45 +0200
committerJulian Thilo <[email protected]>2014-04-04 10:28:45 +0200
commitfa9e541f5e9aa9ce5ea039166826c5f195585daa (patch)
treebc6ee4d2e44d0d102f93d0819beebf9bad7e02c1 /docs/index.html
parent5ef634dab9bb39b9dc5beb10a568a05952a519ff (diff)
downloadbootstrap-fa9e541f5e9aa9ce5ea039166826c5f195585daa.tar.xz
bootstrap-fa9e541f5e9aa9ce5ea039166826c5f195585daa.zip
Re-implement Universal Analytics
X-Refs: https://github.com/twbs/bootstrap/commit/b2a67ffe55f5fedb0ae1d5dff331687c3e744be0 https://github.com/twbs/bootstrap/commit/c97e6d5cad74d20257d28734f85311ef5d00b560
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 5f3a58521..94f6b1393 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -9,7 +9,7 @@ title: Bootstrap
<!-- <h1>Bootstrap</h1> -->
<p class="lead">The most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p class="lead">
- <a href="getting-started#download" class="btn btn-outline-inverse btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}']);">Download Bootstrap</a>
+ <a href="getting-started#download" class="btn btn-outline-inverse btn-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a>
</p>
<p class="version">Currently v{{ site.current_version }}</p>
{% include ads.html %}