mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Deleted unnecessary ID from modals example
This commit is contained in:
+1
-1
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user