Merge remote-tracking branch 'origin/master'

This commit is contained in:
MatthiasSaihttam 2020-12-02 15:28:44 -05:00
commit 6ace6bf7da
1 changed files with 5 additions and 1 deletions

View File

@ -77,6 +77,10 @@
const highlighted = document.querySelector(".highlighted");
if (highlighted) {
highlighted.scrollIntoView();
const showMoreButton = highlighted.querySelector(".show-more");
if (showMoreButton) {
showMoreButton.click();
}
}
</script>