Issue #3070369 by lauriii, zrpnr, bnjmnm: Remove Drupal\views_ui\ViewEditForm::form dependency to jQuery UI tabs

merge-requests/55/head
catch 2019-07-26 11:25:39 +01:00
parent 383b06f2d2
commit 8c898fc346
1 changed files with 0 additions and 1 deletions

View File

@ -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';