diff options
| author | uwe.tews@googlemail.com <uwe.tews@googlemail.com> | 2010-12-01 23:34:06 +0000 |
|---|---|---|
| committer | uwe.tews@googlemail.com <uwe.tews@googlemail.com> | 2010-12-01 23:34:06 +0000 |
| commit | 5139a6fcd1b5a991ab10a7dc842a6676427aa86a (patch) | |
| tree | 173926b80d4e15d9b077bdfb6fc6157224514b98 /libs/debug.tpl | |
| parent | 176c3d625cb9fda11b4a4be8f39062c9f8db1dde (diff) | |
| download | smarty-5139a6fcd1b5a991ab10a7dc842a6676427aa86a.tar.gz smarty-5139a6fcd1b5a991ab10a7dc842a6676427aa86a.tar.bz2 smarty-5139a6fcd1b5a991ab10a7dc842a6676427aa86a.zip | |
- other update regarding {debug}
Diffstat (limited to 'libs/debug.tpl')
| -rw-r--r-- | libs/debug.tpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/debug.tpl b/libs/debug.tpl index 6ec86728..058c5b20 100644 --- a/libs/debug.tpl +++ b/libs/debug.tpl @@ -127,12 +127,6 @@ td { {/capture} <script type="text/javascript"> {$id = $template_name|default:''|md5} - if ( self.name == '' ) { - var title = 'Console{$id}'; - } - else { - var title = 'Console_{$id}' + self.name; - } _smarty_console = window.open("","console{$id}","width=680,height=600,resizable,scrollbars=yes"); _smarty_console.document.write("{$debug_output|escape:'javascript'}"); _smarty_console.document.close(); |
