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 <stefangiehl@gmail.com>2011-05-05 23:10:42 +0400
committersgiehl <stefangiehl@gmail.com>2011-05-05 23:10:42 +0400
commit0d14099cd88448d97b927f4e3f78b9a29ebb8b4a (patch)
tree280ff3b3a3f8888f877915bdfc14cf3a23c4ee55 /plugins/Live/templates/scripts
parent949e6035bffcd2ba4bbb684beab9d6aa5d7002b0 (diff)
removed tooltip init - element doesn't exist anymore
git-svn-id: http://dev.piwik.org/svn/trunk@4640 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Live/templates/scripts')
-rw-r--r--plugins/Live/templates/scripts/live.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/Live/templates/scripts/live.js b/plugins/Live/templates/scripts/live.js
index a5d292d1e9..65579d314a 100644
--- a/plugins/Live/templates/scripts/live.js
+++ b/plugins/Live/templates/scripts/live.js
@@ -53,12 +53,3 @@ function onClickPlay()
$('#pauseImage').attr('src', pauseDisabledImage);
return playSpy();
}
-
-/* TOOLTIP */
-$('#visitsLive label').tooltip({
- track: true,
- delay: 0,
- showURL: false,
- showBody: " - ",
- fade: 250
-});