diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index 8f6b2fb6c7..1f68161361 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -476,7 +476,7 @@ $('#myModal').modal({
Manually hides a modal. Returns to the caller before the modal has actually been hidden (i.e. before the hidden.bs.modal
event occurs).
.modal('handleUpdate')
Readjusts the modal's positioning to counter a scrollbar in case one should appear, which would make the modal jump to the left.
Only needed when the height of the modal changes while it is open.
{% highlight js %}$('#myModal').modal('handleUpdate'){% endhighlight %}