diff --git a/core/misc/dropbutton/dropbutton.es6.js b/core/misc/dropbutton/dropbutton.es6.js index 54fd3fe3f4b8..b91b099ebd33 100644 --- a/core/misc/dropbutton/dropbutton.es6.js +++ b/core/misc/dropbutton/dropbutton.es6.js @@ -231,9 +231,7 @@ * A string representing a DOM fragment. */ dropbuttonToggle(options) { - return `
`; + return ``; }, }, ); diff --git a/core/modules/filter/filter.admin.es6.js b/core/modules/filter/filter.admin.es6.js index fe2cca742c67..6d3b97a9e9ff 100644 --- a/core/modules/filter/filter.admin.es6.js +++ b/core/modules/filter/filter.admin.es6.js @@ -56,11 +56,10 @@ // Attach summary for configurable filters (only for screen readers). if (filterSettingsTab) { - filterSettingsTab.details.drupalSetSummary( - () => - $checkbox.is(':checked') - ? Drupal.t('Enabled') - : Drupal.t('Disabled'), + filterSettingsTab.details.drupalSetSummary(() => + $checkbox.is(':checked') + ? Drupal.t('Enabled') + : Drupal.t('Disabled'), ); } diff --git a/core/modules/quickedit/js/theme.es6.js b/core/modules/quickedit/js/theme.es6.js index a528404f1238..17640feec00c 100644 --- a/core/modules/quickedit/js/theme.es6.js +++ b/core/modules/quickedit/js/theme.es6.js @@ -34,9 +34,7 @@ */ Drupal.theme.quickeditEntityToolbar = function(settings) { let html = ''; - html += `