Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
776d3fd6
Commit
776d3fd6
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#9908
: add type attribute to customizer compile button to prevent accidental submissions
parent
4f20a29c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
customize.html
+2
-2
customize.html
with
2 additions
and
2 deletions
+2
-2
customize.html
+
2
-
2
View file @
776d3fd6
...
...
@@ -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>
\ No newline at end of file
</form>
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment