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:
authorBeezyT <timo@ezdesign.de>2012-10-12 14:25:37 +0400
committerBeezyT <timo@ezdesign.de>2012-10-12 14:25:37 +0400
commit3f79e5c1f1abf633ca196a33e48032e45d94cd3f (patch)
treea51f114e49be42c3de83f1e4d47fcf9f780bfa4c /plugins/Transitions
parente86440397b9d263de4b5a302e73b785f241a936f (diff)
refs #3332 Transitions help button linking to doc page
git-svn-id: http://dev.piwik.org/svn/trunk@7165 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Transitions')
-rw-r--r--plugins/Transitions/templates/transitions.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Transitions/templates/transitions.js b/plugins/Transitions/templates/transitions.js
index 6a743b29cf..73de609757 100644
--- a/plugins/Transitions/templates/transitions.js
+++ b/plugins/Transitions/templates/transitions.js
@@ -144,6 +144,7 @@ Piwik_Transitions.prototype.showPopover = function() {
var self = this;
this.popover = Piwik_Popover.showLoading('Transitions', self.actionName, 550);
+ Piwik_Popover.addHelpButton('http://piwik.org/docs/transitions');
var bothLoaded = function() {
Piwik_Popover.setContent(Piwik_Transitions.popoverHtml);