Skip to content

Commit

Permalink
Reverted attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikBuetler committed Jun 11, 2024
1 parent 7bc5600 commit 71e13f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/results.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ function updatePlots(){
$p['plotData'] = $plot->process([$job], $p);
$p['plotId'] = str_replace("-", "", $p['id']) . $job[0]->getInternalId();
$dataObjects['plots'][] = $p['plotId'];
$wrapperContent .= "<div class='col-sm-6'><h2>" . $p['name'] . "</h2>" . $template->render($p) . "</div>";
$wrapperContent .= "<div class='col-sm-6'><h5>" . $p['name'] . "</h5>" . $template->render($p) . "</div>";
foreach ($plot->getRequired() as $required) {
$view->includeAsset($required);
}
Expand Down

0 comments on commit 71e13f5

Please sign in to comment.