mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 18:40:03 +00:00
Deleted unnecessary ID from modals example
This commit is contained in:
parent
e1180daca0
commit
7dba45bae7
@ -1218,7 +1218,7 @@ $('#my-alert').bind('closed.bs.alert', function () {
|
|||||||
</button>
|
</button>
|
||||||
</div><!-- /example -->
|
</div><!-- /example -->
|
||||||
{% highlight html %}
|
{% 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
|
Loading state
|
||||||
</button>
|
</button>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user