diff --git a/kjvstudy_org/templates/base.html b/kjvstudy_org/templates/base.html index 34e0d0c..0ff8cb9 100644 --- a/kjvstudy_org/templates/base.html +++ b/kjvstudy_org/templates/base.html @@ -1849,7 +1849,7 @@ if (document.body && document.body.dataset && document.body.dataset.resourceReader === 'true') { e.preventDefault(); var highlighted = document.querySelector('[style*="outline: 2px solid"]') || document.querySelector('[style*="outline:2px solid"]'); - var candidates = Array.from(document.querySelectorAll('article p, section p, li, blockquote, .intro-text, .apostle-description, .name-description, .prophet-description, .festival-description, .resource-description')).filter(function(el) { + var candidates = Array.from(document.querySelectorAll('article p, section p, li, blockquote, .intro-text, .apostle-description, .name-description, .prophet-description, .festival-description, .resource-description, .description')).filter(function(el) { return (el.textContent || '').trim().length > 10; }); var textBlocks = [];