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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-17 16:07:03 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-17 16:07:03 +0300
commit890e7d9d15b89eed8ddc4bb0019fedd5c6250e4f (patch)
tree2ec9304c772aa4bce374b0da64acca65fa8d08c8 /plugins/CoreHome/templates/datatable_js.tpl
parent1ecaa01b213c62d79a92331edd0612295fe87213 (diff)
- fixing option table bug: need to add single quote because "option" is a mysql reserved word
- human readable jquery.truncate - adding test Iframe.Html
Diffstat (limited to 'plugins/CoreHome/templates/datatable_js.tpl')
-rw-r--r--plugins/CoreHome/templates/datatable_js.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CoreHome/templates/datatable_js.tpl b/plugins/CoreHome/templates/datatable_js.tpl
index 83043606f4..c3e5c9e5c3 100644
--- a/plugins/CoreHome/templates/datatable_js.tpl
+++ b/plugins/CoreHome/templates/datatable_js.tpl
@@ -5,6 +5,7 @@ $(document).ready(function(){literal}{{/literal}
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}');