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/templates/index.tpl')
-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>