mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 06:50:24 +00:00
fixes #9908: add type attribute to customizer compile button to prevent accidental submissions
This commit is contained in:
parent
4f20a29c32
commit
776d3fd6a0
1 changed files with 2 additions and 2 deletions
|
|
@ -1717,7 +1717,7 @@ base_url: "../"
|
|||
</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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue