Do not remove columns from job list
[plack-app-gruntmaster.git] / 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.010131 seconds and 4 git commands to generate.