From 74c32c9a460db873b901a173dae339a15eece19d Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Wed, 5 Aug 2015 17:30:06 +0300 Subject: [PATCH] Do not remove columns from job list --- lib/Plack/App/Gruntmaster/HTML.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/Plack/App/Gruntmaster/HTML.pm b/lib/Plack/App/Gruntmaster/HTML.pm index 59e0293..3af0608 100644 --- a/lib/Plack/App/Gruntmaster/HTML.pm +++ b/lib/Plack/App/Gruntmaster/HTML.pm @@ -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 { -- 2.30.2