mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
music modal image loading fixed?
This commit is contained in:
parent
2ed8534698
commit
7e4edb8cc2
|
|
@ -1664,6 +1664,7 @@ html.b #music {
|
|||
opacity: 0;
|
||||
margin: 0 auto;
|
||||
position: absolute;
|
||||
max-width: 100%;
|
||||
}
|
||||
#mu_tn {
|
||||
display: block;
|
||||
|
|
|
|||
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Reference in a new issue