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:
authorsgiehl <stefan@piwik.org>2013-03-30 19:35:55 +0400
committersgiehl <stefan@piwik.org>2013-03-30 19:35:55 +0400
commit6defcdabab75eb5365b77f375d0e07d45f513911 (patch)
treeea69ec2845cb778c8891c367f71aa02a2f733214 /plugins/Overlay/templates
parent7fd5e006a9b0803c832523af1acfa403c8f44896 (diff)
refs #3813 disabled animations for tooltips
Diffstat (limited to 'plugins/Overlay/templates')
-rw-r--r--plugins/Overlay/templates/index.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Overlay/templates/index.js b/plugins/Overlay/templates/index.js
index c18522094f..cc81659a43 100644
--- a/plugins/Overlay/templates/index.js
+++ b/plugins/Overlay/templates/index.js
@@ -61,7 +61,9 @@ var Piwik_Overlay = (function () {
items: '*',
tooltipClass: 'Overlay_Tooltip',
content: '<b>' + Piwik_Overlay_Translations.domain + ':</b> ' +
- piwikHelper.addBreakpointsToUrl(iframeDomain)
+ piwikHelper.addBreakpointsToUrl(iframeDomain),
+ show: false,
+ hide: false
});
}