Patch all 404 errors

This commit is contained in:
App Generator
2020-11-03 18:52:47 +02:00
parent 0c74de9f04
commit 1f2c988380
10 changed files with 19 additions and 17 deletions

View File

@ -762,7 +762,7 @@
<ul>
<li>Be sure youve loaded the alert plugin, or the compiled Bootstrap JavaScript.</li>
<li>If youre building our JavaScript from source, it <a href="/docs/1.0/getting-started/javascript/#util">requires <code class="highlighter-rouge">util.js</code></a>. The compiled version includes this.</li>
<li>If youre building our JavaScript from source, it requires <code class="highlighter-rouge">util.js</code>. The compiled version includes this.</li>
<li>Add a dismiss button and the <code class="highlighter-rouge">.alert-dismissible</code> class, which adds extra padding to the right of the alert and positions the <code class="highlighter-rouge">.close</code> button.</li>
<li>On the dismiss button, add the <code class="highlighter-rouge">data-dismiss="alert"</code> attribute, which triggers the JavaScript functionality. Be sure to use the <code class="highlighter-rouge">&lt;button&gt;</code> element with it for proper behavior across all devices.</li>
<li>To animate alerts when dismissing them, be sure to add the <code class="highlighter-rouge">.fade</code> and <code class="highlighter-rouge">.show</code> classes.</li>