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:
authormattab <matthieu.aubry@gmail.com>2013-03-06 07:49:37 +0400
committermattab <matthieu.aubry@gmail.com>2013-03-06 07:49:37 +0400
commitf64af230d2f5f90934c815129b10baedae6144f1 (patch)
treefc91633bb43a170f2d73305ae24eb4d93885109b /plugins/Live/templates
parent79acbe60f6305ab03b78e9cea0026a3039ee551b (diff)
Build
Diffstat (limited to 'plugins/Live/templates')
-rw-r--r--plugins/Live/templates/visitorLog.tpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Live/templates/visitorLog.tpl b/plugins/Live/templates/visitorLog.tpl
index f78329d8d7..4d91111e8d 100644
--- a/plugins/Live/templates/visitorLog.tpl
+++ b/plugins/Live/templates/visitorLog.tpl
@@ -269,7 +269,6 @@
{/if}
{include file="CoreHome/templates/datatable_js.tpl"}
-{debug}
<script type="text/javascript" defer="defer">
var visitorLogTitle = '{'Live_VisitorLog'|translate|escape:'javascript'}';
@@ -280,7 +279,7 @@ function Piwik_Live_LoadVisitorPopover(visitorId)
return Piwik_Popover.createPopupAndLoadUrl(url,visitorLogTitle);
{rdelim}
- $(document).ready(function(){ldelim}
+$(document).ready(function(){ldelim}
var dataTableVisitorLog = dataTables['{$properties.uniqueId}'];
dataTableVisitorLog.param.maxIdVisit = {$maxIdVisit};