Skip to content
Snippets Groups Projects
Commit b972b2d1 authored by Theresa Grannum's avatar Theresa Grannum Committed by Adam G-H
Browse files

Issue #3292958 by Theresa.Grannum, phenaproxima: Don't use the Update module's CSS in UpdaterForm

parent 0e122007
No related branches found
No related tags found
No related merge requests found
......@@ -166,9 +166,6 @@ final class UpdaterForm extends FormBase {
return $form;
}
// @todo Should we be using the Update module's library here, or our own?
$form['#attached']['library'][] = 'update/drupal.update.admin';
$project = $project_info->getProjectInfo();
if ($installed_minor_release === NULL && $next_minor_release === NULL) {
if ($project['status'] === UpdateManagerInterface::CURRENT) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment