updated core from 8.4 to 8.5 : bug with login_destination
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user