]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #11447: add docs warning about loading once for remote modal option
authorMark Otto <otto@github.com>
Thu, 19 Dec 2013 00:56:41 +0000 (16:56 -0800)
committerMark Otto <otto@github.com>
Thu, 19 Dec 2013 00:56:41 +0000 (16:56 -0800)
javascript.html

index c330a47921f2cf05147efabdfae444b93b168aee..b345ca14bc8b055f654d25635f512c78f30e05be 100644 (file)
@@ -344,7 +344,7 @@ $('#myModal').on('show.bs.modal', function (e) {
            <td>remote</td>
            <td>path</td>
            <td>false</td>
-           <td><p>If a remote URL is provided, content will be loaded via jQuery's <code>load</code> method and injected into the root of the modal element. If you're using the data-api, you may alternatively use the <code>href</code> attribute to specify the remote source. An example of this is shown below:</p>
+           <td><p>If a remote URL is provided, <strong>content will be loaded one time</strong> via jQuery's <code>load</code> method and injected into the root of the modal element. If you're using the data-api, you may alternatively use the <code>href</code> attribute to specify the remote source. An example of this is shown below:</p>
 {% highlight html %}
 <a data-toggle="modal" href="remote.html" data-target="#modal">Click me</a>
 {% endhighlight %}