Do not remove columns from job list
authorMarius Gavrilescu <marius@ieval.ro>
Wed, 5 Aug 2015 14:30:06 +0000 (17:30 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Wed, 5 Aug 2015 14:30:06 +0000 (17:30 +0300)
lib/Plack/App/Gruntmaster/HTML.pm

index 59e0293df4399ab68f8c9877ef46c66c57c0ec1f..3af06081a76ed1cde437a249885056e27842006f 100644 (file)
@@ -285,10 +285,6 @@ sub process_log {
                $elem->find('a')->edit_href(sub{s/$/&$str/}) if $str;
        }
        $tree->fclass('current')->replace_content("Page $args{current_page} of $args{last_page}");
-
-       my @detach;
-       push @detach, $args{args}{$_} ? $tree->fclass($_) : () for qw/problem contest owner/;
-       $_->detach for @detach;
 }
 
 sub process_st {
This page took 0.01121 seconds and 4 git commands to generate.