V.AISTUDIO / img-fix.js
bep40's picture
Restore commit 30b624b1 - batch 1/171
c146956 verified
Raw
History Blame Contribute Delete
89 Bytes
// Image fallback
window._imgFallback = function(img) {
img.style.display = 'none';
};