]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Deleted unnecessary ID from modals example 8718/head
authorGuillermo González de Agüero <z06.guillermo@gmail.com>
Sun, 28 Jul 2013 17:46:15 +0000 (19:46 +0200)
committerGuillermo González de Agüero <z06.guillermo@gmail.com>
Sun, 28 Jul 2013 17:46:15 +0000 (19:46 +0200)
javascript.html

index 10e469b448fe0dc15db252cb2628d126b57c7828..1e1bc03cd7354cef9ca809f78c17d8ace02a5e52 100644 (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 %}