Skip to content
Snippets Groups Projects
Commit 946759b0 authored by Uma's avatar Uma
Browse files

Merge branch 'Smarty_debug_Setup' into 'master'

Fixes #1196 Smarty debuggig variable declaration

See merge request !515
parents 3d53953d e49ada0f
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ td {
{/capture}
<script type="text/javascript">
{$id = $template_name|default:''|md5}
_smarty_console = window.open("","console{$id}","width=680,height=600,resizable,scrollbars=yes");
var _smarty_console = window.open("","console{$id}","width=680,height=600,resizable,scrollbars=yes");
_smarty_console.document.write("{$debug_output|escape:'javascript' nofilter}");
_smarty_console.document.close();
</script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment