Skip to content
Snippets Groups Projects
Commit 2f6ba339 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #761208 by aspilicious: bad reference to jquery ui 1.8 in core.

parent 10c33f3c
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -66,10 +66,7 @@ function update_manager_update_form($form, $form_state = array(), $context) {
return $form;
}
drupal_add_css('misc/ui/ui.all.css');
drupal_add_css('misc/ui/ui.dialog.css');
drupal_add_js('misc/ui/ui.core.js', array('weight' => JS_LIBRARY + 5));
drupal_add_js('misc/ui/ui.dialog.js', array('weight' => JS_LIBRARY + 6));
$form['#attached']['library'][] = array('system', 'ui.dialog');
$form['#attached']['js'][] = drupal_get_path('module', 'update') . '/update.manager.js';
$form['#attached']['css'][] = drupal_get_path('module', 'update') . '/update.css';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment