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>2012-03-10 03:10:08 +0400
committersgiehl <stefangiehl@gmail.com>2012-03-10 03:10:08 +0400
commit0b5e89c669df628427a8361298c9f99e0a3b9219 (patch)
treeffc08a19f4e93c48cfdbbc39f01a3be441907bb8 /plugins/Live/templates
parentb555be5753c8200d97986ce04ad9a141b4712afb (diff)
fixes #2979, refs #1915, refs #3011 completely refactored dashboard and widget javascripts (now using jquery plugins).
selected metrics in dashboard widgets are now stored in layout, too. also implemented some parts simplifying implementation of #3011 and #1915 and a small suggestion of #2461 git-svn-id: http://dev.piwik.org/svn/trunk@6027 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Live/templates')
-rw-r--r--plugins/Live/templates/index.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Live/templates/index.tpl b/plugins/Live/templates/index.tpl
index 2053a35c90..97b54b63de 100644
--- a/plugins/Live/templates/index.tpl
+++ b/plugins/Live/templates/index.tpl
@@ -23,6 +23,6 @@ $(document).ready(function() {
<a title="Pause Live!" href="javascript:void(0);" onclick="onClickPause();"><img id="pauseImage" border="0" src="plugins/Live/templates/images/pause_disabled.gif" /></a>
<a title="Start Live!" href="javascript:void(0);" onclick="onClickPlay();"><img id="playImage" border="0" src="plugins/Live/templates/images/play.gif" /></a>
{if !$disableLink}
- &nbsp; <a class="rightLink" href="javascript:piwik.dashboardObject.closeWidgetDialog();broadcast.propagateAjax('module=Live&action=getVisitorLog')">{'Live_LinkVisitorLog'|translate}</a>
+ &nbsp; <a class="rightLink" href="javascript:broadcast.propagateAjax('module=Live&action=getVisitorLog')">{'Live_LinkVisitorLog'|translate}</a>
{/if}
</div>