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.tpl12
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/Home/templates/datatable_js.tpl b/plugins/Home/templates/datatable_js.tpl
deleted file mode 100644
index 83043606f4..0000000000
--- a/plugins/Home/templates/datatable_js.tpl
+++ /dev/null
@@ -1,12 +0,0 @@
-
-<script type="text/javascript" defer="defer">
-$(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}
- {literal}};{/literal}
- dataTables['{$id}'].init('{$id}');
-{literal}}{/literal});
-</script>