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:
authorjohmathe <johmathe@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-04-11 17:38:22 +0400
committerjohmathe <johmathe@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-04-11 17:38:22 +0400
commit862724121b8a0649bd983cd24c769006b40cec99 (patch)
tree399ba025aced393df840394ea4be1b731d90d3de /plugins/Home/templates/datatable_js.tpl
parent25a42b5ef313cf0555ee7a7a341a49af6f1b40a7 (diff)
Convert txt files to unix format0.1.4
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>