diff options
| author | Mark Otto <[email protected]> | 2014-04-08 20:51:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-04-08 20:51:56 -0700 |
| commit | 11a835f56662f8a93e2f8d27038c683d901a5a72 (patch) | |
| tree | e731f33d712272472b82c7c6b5de660735a78217 /docs/customize.html | |
| parent | b57396944a39b21571848728b6ad479cd50537cd (diff) | |
| parent | 9863344e9a7ef47379c8308baa5647a07d332799 (diff) | |
| download | bootstrap-11a835f56662f8a93e2f8d27038c683d901a5a72.tar.xz bootstrap-11a835f56662f8a93e2f8d27038c683d901a5a72.zip | |
Merge branch 'master' into equal-height-experiment
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> |
