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

Fixes #1196 Smarty debuggig variable declaration

parent 072b5cee
No related branches found
No related tags found
1 merge request!515Fixes #1196 Smarty debuggig variable declaration
......@@ -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