Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / themes / seven / js / responsive-details.es6.js
index d3cf6ccb3ebdd83c78dcffdea4d8150c45bc2949..8d5c46565a28fe79d7ec27635a289a54c60146e1 100644 (file)
@@ -43,7 +43,7 @@
         detailsToggle(event.matches);
       }
 
-      var $summaries = $details.find('> summary');
+      const $summaries = $details.find('> summary');
       const mql = window.matchMedia('(min-width:48em)');
       mql.addListener(handleDetailsMQ);
       detailsToggle(mql.matches);