1
0
mirror of https://github.com/thebaer/MMRA synced 2024-11-13 10:11:01 +00:00

Make img noscript selector more explicit

This commit is contained in:
Matt Baer 2017-09-13 23:00:50 -04:00
parent 24637b1b79
commit e8c31347cd

View File

@ -28,7 +28,7 @@ var hideDickbar = function() {
var disableLazyLoading = function() {
// Get all <noscript> tags accompanying dynamically-loading <img>s
var hiddenMedia = document.querySelectorAll('.js-progressiveMedia-inner');
var hiddenMedia = document.querySelectorAll('noscript.js-progressiveMedia-inner');
if (hiddenMedia == null) {
return;
}