Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Live/javascripts/visitorProfile.js')
-rw-r--r--plugins/Live/javascripts/visitorProfile.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Live/javascripts/visitorProfile.js b/plugins/Live/javascripts/visitorProfile.js
index af07a5b7d4..cbe05e0ec7 100644
--- a/plugins/Live/javascripts/visitorProfile.js
+++ b/plugins/Live/javascripts/visitorProfile.js
@@ -73,6 +73,9 @@
$element.on('click', '.visitor-profile-close', function (e) {
e.preventDefault();
+ try {
+ $element.tooltip('destroy');
+ } catch (e) {}
Piwik_Popover.close();
return false;
});