V.AISTUDIO2 / img-fix.js
bep40's picture
Khôi phục file từ commit a3b87f83469d
0512563 verified
Raw
History Blame Contribute Delete
89 Bytes
// Image fallback
window._imgFallback = function(img) {
img.style.display = 'none';
};