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/Home/templates/datatable_js.tpl')
-rw-r--r--plugins/Home/templates/datatable_js.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Home/templates/datatable_js.tpl b/plugins/Home/templates/datatable_js.tpl
index 4c59eedde3..83043606f4 100644
--- a/plugins/Home/templates/datatable_js.tpl
+++ b/plugins/Home/templates/datatable_js.tpl
@@ -1,12 +1,12 @@
<script type="text/javascript" defer="defer">
-$(document).ready(function(){literal}{{/literal}
- dataTables['{$id}'] = new dataTable();
+$(document).ready(function(){literal}{{/literal}
+ dataTables['{$id}'] = new dataTable();
dataTables['{$id}'].param = {literal}{{/literal}
{foreach from=$javascriptVariablesToSet key=name item=value name=loop}
{$name}: '{$value}'{if !$smarty.foreach.loop.last},{/if}
- {/foreach}
+ {/foreach}
{literal}};{/literal}
dataTables['{$id}'].init('{$id}');
{literal}}{/literal});
-</script>
+</script>