aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js/bootstrap-tooltip.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/assets/js/bootstrap-tooltip.js')
-rw-r--r--docs/assets/js/bootstrap-tooltip.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/assets/js/bootstrap-tooltip.js b/docs/assets/js/bootstrap-tooltip.js
index f5f9fad3f..f280e3696 100644
--- a/docs/assets/js/bootstrap-tooltip.js
+++ b/docs/assets/js/bootstrap-tooltip.js
@@ -235,6 +235,10 @@
this[this.tip().hasClass('in') ? 'hide' : 'show']()
}
+ , destroy: function () {
+ this.$element.off().removeData('tooltip')
+ }
+
}