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:
parent
24637b1b79
commit
e8c31347cd
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user