Angrycreative / bj-lazy-load

WordPress plugin for lazy loading
GNU General Public License v2.0
40 stars 25 forks source link

FIX: Ignore filtering noscript tags #8

Closed SGudbrandsson closed 9 years ago

SGudbrandsson commented 9 years ago

Currently, BJLL will filter content inside noscript tags. This is not good since content inside noscript tags can't be lazy loaded (noscript is for browsers with javascript off).

This fix makes sure that content with noscript tags isn't touched.