diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 594fb24db8..9301d50c45 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/javascript.html b/docs/javascript.html index 8728eb66df..631b7e2eca 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -797,7 +797,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { number | object 0 -

delay showing and hiding the tooltip (ms)

+

delay showing and hiding the tooltip (ms) - does not apply to manual trigger type

If a number is supplied, delay is applied to both hide/show

Object structure is: delay: { show: 500, hide: 100 }

@@ -906,7 +906,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { number | object 0 -

delay showing and hiding the popover (ms)

+

delay showing and hiding the popover (ms) - does not apply to manual trigger type

If a number is supplied, delay is applied to both hide/show

Object structure is: delay: { show: 500, hide: 100 }

diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 1c5b96d2e6..e037dd0243 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -721,7 +721,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { {{_i}}number | object{{/i}} 0 -

{{_i}}delay showing and hiding the tooltip (ms){{/i}}

+

{{_i}}delay showing and hiding the tooltip (ms) - does not apply to manual trigger type{{/i}}

{{_i}}If a number is supplied, delay is applied to both hide/show{{/i}}

{{_i}}Object structure is: delay: { show: 500, hide: 100 }{{/i}}

@@ -830,7 +830,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { {{_i}}number | object{{/i}} 0 -

{{_i}}delay showing and hiding the popover (ms){{/i}}

+

{{_i}}delay showing and hiding the popover (ms) - does not apply to manual trigger type{{/i}}

{{_i}}If a number is supplied, delay is applied to both hide/show{{/i}}

{{_i}}Object structure is: delay: { show: 500, hide: 100 }{{/i}}