]> git.uio.no Git - usit-rt.git/blobdiff - share/html/NoAuth/js/dhandler
Putting 4.2.0 on top of 4.0.17
[usit-rt.git] / share / html / NoAuth / js / dhandler
index 5e0ef1570588260627c2537d79034fc496be3e57..94a55fce3c9fab817bdc6acefa1de2d4ef7d1f73 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>