Skip to content

Commit

Permalink
fixes #9908: add type attribute to customizer compile button to preve…
Browse files Browse the repository at this point in the history
…nt accidental submissions
  • Loading branch information
mdo committed Sep 17, 2013
1 parent 4f20a29 commit 776d3fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions customize.html
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,7 @@ <h1 id="download">Download</h1>
</div>
<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 id="btn-compile" 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" class="btn btn-block btn-lg btn-outline" onclick="_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);">Compile and Download</button>
</div>
</div><!-- /download -->
</form>
</form>

0 comments on commit 776d3fd

Please sign in to comment.