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.js12
1 files changed, 1 insertions, 11 deletions
diff --git a/plugins/Live/javascripts/visitorProfile.js b/plugins/Live/javascripts/visitorProfile.js
index 38cf21765d..af07a5b7d4 100644
--- a/plugins/Live/javascripts/visitorProfile.js
+++ b/plugins/Live/javascripts/visitorProfile.js
@@ -127,16 +127,6 @@
}
});
- // on hover, show export link (chrome won't let me do this via css :( )
- $element.on('mouseenter mouseleave', '.visitor-profile-id', function (e) {
- var $exportLink = $(this).find('.visitor-profile-export');
- if ($exportLink.css('visibility') == 'hidden') {
- $exportLink.css('visibility', 'visible');
- } else {
- $exportLink.css('visibility', 'hidden');
- }
- });
-
var tooltipIsOpened = false;
$('a', $element).on('focus', function () {
@@ -309,4 +299,4 @@
// add the popup handler that creates a visitor profile
broadcast.addPopoverHandler('visitorProfile', VisitorProfileControl.showPopover);
-})(jQuery, require); \ No newline at end of file
+})(jQuery, require);