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/customize.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/customize.html')
| -rw-r--r-- | docs/customize.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/customize.html b/docs/customize.html index a36cbdf32..37c90e8cb 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -356,7 +356,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge <p class="lead">Hooray! Your custom version of Bootstrap is now ready to be compiled. Just click the button below to finish the process.</p> <div class="bs-customize-download"> - <button type="submit" id="btn-compile" disabled class="btn btn-block btn-lg btn-outline" onclick="_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);">Compile and Download</button> + <button type="submit" id="btn-compile" disabled class="btn btn-block btn-lg btn-outline" onclick="ga('send', 'event', 'Customize', 'Download', 'Customize and Download');">Compile and Download</button> </div> </div><!-- /download --> </form> |
