0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Deleted unnecessary ID from modals example

This commit is contained in:
Guillermo González de Agüero 2013-07-28 19:46:15 +02:00
parent e1180daca0
commit 7dba45bae7

View File

@ -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 %}