aboutsummaryrefslogtreecommitdiffstats
path: root/src/services.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/services.js')
-rw-r--r--src/services.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services.js b/src/services.js
index d98c0876..d6c3ad8a 100644
--- a/src/services.js
+++ b/src/services.js
@@ -103,7 +103,7 @@ angularService("$hover", function(browser) {
width: width + "px"
});
}
- } else if (tooltip) {
+ } else if (tooltip && false) {
tooltip.callout.remove();
tooltip = null;
}