Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
2f3076f2
Commit
2f3076f2
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
add missing <code> within docs heading for `.modal('handleUpdate')`
parent
d37bc2ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/js/modal.html
+1
-1
docs/_includes/js/modal.html
with
1 addition
and
1 deletion
+1
-1
docs/_includes/js/modal.html
+
1
-
1
View file @
2f3076f2
...
...
@@ -476,7 +476,7 @@ $('#myModal').modal({
<p>
Manually hides a modal.
<strong>
Returns to the caller before the modal has actually been hidden
</strong>
(i.e. before the
<code>
hidden.bs.modal
</code>
event occurs).
</p>
{% highlight js %}$('#myModal').modal('hide'){% endhighlight %}
<h4>
.modal('handleUpdate')
</h4>
<h4>
<code>
.modal('handleUpdate')
</
code></
h4>
<p>
Readjusts the modal's positioning to counter a scrollbar in case one should appear, which would make the modal jump to the left.
</p>
<p>
Only needed when the height of the modal changes while it is open.
</p>
{% highlight js %}$('#myModal').modal('handleUpdate'){% endhighlight %}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment