Issue #3070369 by lauriii, zrpnr, bnjmnm: Remove Drupal\views_ui\ViewEditForm::form dependency to jQuery UI tabs
parent
383b06f2d2
commit
8c898fc346
|
|
@ -110,7 +110,6 @@ class ViewEditForm extends ViewFormBase {
|
|||
|
||||
$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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue