diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/javascript.html | 1 | ||||
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index ef2ba0890..9af6a3cd4 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -232,7 +232,6 @@ $('#myModal').on('show', function (e) { <p>Toggle a modal via JavaScript by clicking the button below. It will slide down and fade in from the top of the page.</p> <!-- sample modal content --> <div id="myModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> - <div class="modal-dialog"> <div class="modal-content"> diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index c731c310a..c0e8f5978 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -165,7 +165,6 @@ $('#myModal').on('show', function (e) { <p>Toggle a modal via JavaScript by clicking the button below. It will slide down and fade in from the top of the page.</p> <!-- sample modal content --> <div id="myModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> - <div class="modal-dialog"> <div class="modal-content"> |
