mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #8718 from ggam/patch-4
Deleted unnecessary ID from modals example
This commit is contained in:
commit
2acb0f40c0
1 changed files with 1 additions and 1 deletions
|
@ -1218,7 +1218,7 @@ $('#my-alert').bind('closed.bs.alert', function () {
|
|||
</button>
|
||||
</div><!-- /example -->
|
||||
{% highlight html %}
|
||||
<button type="button" id="fat-btn" data-loading-text="Loading..." class="btn btn-primary">
|
||||
<button type="button" data-loading-text="Loading..." class="btn btn-primary">
|
||||
Loading state
|
||||
</button>
|
||||
{% endhighlight %}
|
||||
|
|
Loading…
Reference in a new issue