Replace bootstrap modals with homemade modals
[plack-app-gruntmaster.git] / lib / Plack / App / Gruntmaster / HTML.pm
index bcd1a887cdb20b2b9a09b27021d83e699e78a81d..7df9ef3c5f422fc47b388120bcfdd37b86841f1d 100644 (file)
@@ -185,7 +185,7 @@ sub process_pb_entry {
                $tree->fid('job_log')->edit_href(sub{$_ .= "&private=$args{private}"}) if $args{private};
                $tree->fid('solution')->detach unless $args{solution};
                $_->detach for $tree->fclass('rc'); # requires contest
-               $tree->fid('solution_modal')->fclass('modal-body')->replace_content(literal $args{solution});
+               $tree->fid('solution_modal')->replace_content(literal $args{solution});
        }
        if ($args{cansubmit}) {
                $tree->fid('nosubmit')->detach;
This page took 0.009794 seconds and 4 git commands to generate.