diff options
| author | Julian Thilo <[email protected]> | 2014-04-04 10:28:45 +0200 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2014-04-04 10:28:45 +0200 |
| commit | fa9e541f5e9aa9ce5ea039166826c5f195585daa (patch) | |
| tree | bc6ee4d2e44d0d102f93d0819beebf9bad7e02c1 /docs/index.html | |
| parent | 5ef634dab9bb39b9dc5beb10a568a05952a519ff (diff) | |
| download | bootstrap-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.html | 2 |
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 %} |
