Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / js / system.modules.js
index 375a7b8065ee087c75a102b68bc94dc9922ff051..4e19e450eb76b67954dacb750f5c55ca49dc4cd1 100644 (file)
@@ -43,7 +43,9 @@
 
           $details.attr('open', true).each(hidePackageDetails);
 
-          Drupal.announce(Drupal.t('!modules modules are available in the modified list.', { '!modules': $rowsAndDetails.find('tbody tr:visible').length }));
+          Drupal.announce(Drupal.t('!modules modules are available in the modified list.', {
+            '!modules': $rowsAndDetails.find('tbody tr:visible').length
+          }));
         } else if (searching) {
           searching = false;
           $rowsAndDetails.show();