Commit 2acb0f40 authored by Mark Otto's avatar Mark Otto

Merge pull request #8718 from ggam/patch-4

Deleted unnecessary ID from modals example
parents 0bf5443a 7dba45ba
...@@ -1218,7 +1218,7 @@ $('#my-alert').bind('closed.bs.alert', function () { ...@@ -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 %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment