aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2016-12-20 13:55:46 +0100
committerStas Vilchik <vilchiks@gmail.com>2016-12-20 13:55:58 +0100
commit10eb4e6efe8ab845629a451c8dfa6f2eea98494a (patch)
tree353868b5f48a3ec3c384b8eb650f57f17a1ef92d /server
parent8a1ee30a621ef16d883713060d25875541717968 (diff)
downloadsonarqube-10eb4e6efe8ab845629a451c8dfa6f2eea98494a.tar.gz
sonarqube-10eb4e6efe8ab845629a451c8dfa6f2eea98494a.zip
force hide tooltip when destroying it
Diffstat (limited to 'server')
-rw-r--r--server/sonar-web/src/main/js/libs/third-party/bootstrap/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/libs/third-party/bootstrap/tooltip.js b/server/sonar-web/src/main/js/libs/third-party/bootstrap/tooltip.js
index a3e36b85a01..4221dfafdd0 100644
--- a/server/sonar-web/src/main/js/libs/third-party/bootstrap/tooltip.js
+++ b/server/sonar-web/src/main/js/libs/third-party/bootstrap/tooltip.js
@@ -301,7 +301,7 @@
var e = $.Event('hide.bs.' + this.type)
function complete() {
- if (that.hoverState != 'in') $tip.detach()
+ $tip.detach()
that.$element
.removeAttr('aria-describedby')
.trigger('hidden.bs.' + that.type)