Skip to content
Snippets Groups Projects
Commit 8c898fc3 authored by catch's avatar catch
Browse files

Issue #3070369 by lauriii, zrpnr, bnjmnm: Remove...

Issue #3070369 by lauriii, zrpnr, bnjmnm: Remove Drupal\views_ui\ViewEditForm::form dependency to jQuery UI tabs
parent 383b06f2
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,6 @@ public function form(array $form, FormStateInterface $form_state) {
$form['#tree'] = TRUE;
$form['#attached']['library'][] = 'core/jquery.ui.tabs';
$form['#attached']['library'][] = 'core/jquery.ui.dialog';
$form['#attached']['library'][] = 'core/drupal.states';
$form['#attached']['library'][] = 'core/drupal.tabledrag';
......
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