Skip to content
Snippets Groups Projects
Unverified Commit 4b32a6e5 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3113556 by tedbow, DamienMcKenna, bnjmnm, lauriii: Change Views UI to...

Issue #3113556 by tedbow, DamienMcKenna, bnjmnm, lauriii: Change Views UI to use drupal.dialog instead of jquery.ui.dialog
parent 51e3dc84
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ public function form(array $form, FormStateInterface $form_state) {
$form['#tree'] = TRUE;
$form['#attached']['library'][] = 'core/jquery.ui.dialog';
$form['#attached']['library'][] = 'core/drupal.dialog.ajax';
$form['#attached']['library'][] = 'core/drupal.states';
$form['#attached']['library'][] = 'core/drupal.tabledrag';
$form['#attached']['library'][] = 'views_ui/views_ui.admin';
......
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