theme: fix usage of <section>

This commit is contained in:
Sören Weber 2021-09-13 19:23:38 +02:00
parent 6d96713902
commit 2fcaac5d0b
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
5 changed files with 13 additions and 13 deletions
static/js

View file

@ -520,7 +520,7 @@ jQuery(function() {
});
$('a[rel="lightbox"]').featherlight({
root: 'section#body'
root: 'div#body'
});
sessionStorage.setItem(jQuery('body').data('url'), 1);