RT 4.2.11, ticket#13852
[freeside.git] / rt / share / html / NoAuth / js / dhandler
index 2b720d1..c0ee0b7 100644 (file)
@@ -45,9 +45,6 @@
 %# those contributions and any derivatives thereof.
 %#
 %# END BPS TAGGED BLOCK }}}
-<%ONCE>
-my $content = '';
-</%ONCE>
 <%INIT>
 my $arg = $m->dhandler_arg;
 if ( $arg =~ m{squished-[a-f0-9]{32}\.js$} ) {
@@ -61,5 +58,4 @@ if ( $arg =~ m{squished-[a-f0-9]{32}\.js$} ) {
 else {
     return $m->decline;
 }
-
 </%INIT>