diff options
| author | Julian Thilo <[email protected]> | 2014-03-27 22:59:26 +0100 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2014-03-27 23:03:42 +0100 |
| commit | b2a67ffe55f5fedb0ae1d5dff331687c3e744be0 (patch) | |
| tree | 7ff8024b03409d1345f7d7f032709b2240ff748a /docs/index.html | |
| parent | a696d47592ef19510087113fa8e88af31a6491e0 (diff) | |
| download | bootstrap-b2a67ffe55f5fedb0ae1d5dff331687c3e744be0.tar.xz bootstrap-b2a67ffe55f5fedb0ae1d5dff331687c3e744be0.zip | |
Revert upgrade to Universal Analytics
The Google Analytics account we use cannot currently be upgraded to Universal Analytics. In order to keep using Analytics, we have to stick with Classic for now.
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 94f6b1393..5f3a58521 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="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a> + <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> </p> <p class="version">Currently v{{ site.current_version }}</p> {% include ads.html %} |
