music modal image loading fixed?

This commit is contained in:
Til Schmitter 2026-05-12 00:16:22 +02:00
parent 2ed8534698
commit 7e4edb8cc2
2 changed files with 2 additions and 1 deletions

View file

@ -1664,6 +1664,7 @@ html.b #music {
opacity: 0;
margin: 0 auto;
position: absolute;
max-width: 100%;
}
#mu_tn {
display: block;

View file

@ -3918,7 +3918,7 @@ function play(tid, is_ev, seek) {
try{
var gridimg = QS('a[ref=' + t_tr.childNodes[1].firstChild.id + '] img')
set_loaded(ebi('mu_th'), false);
set_loaded(QS('#mu_th img'), false);
QS('#mu_th>img').setAttribute('src', gridimg.src.replace(/th=.*(&|$)/, 'th=wf3&'));
}
catch(ex){