mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -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;
|
opacity: 0;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
#mu_tn {
|
#mu_tn {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
||||||
|
|
@ -3918,7 +3918,7 @@ function play(tid, is_ev, seek) {
|
||||||
|
|
||||||
try{
|
try{
|
||||||
var gridimg = QS('a[ref=' + t_tr.childNodes[1].firstChild.id + '] img')
|
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&'));
|
QS('#mu_th>img').setAttribute('src', gridimg.src.replace(/th=.*(&|$)/, 'th=wf3&'));
|
||||||
}
|
}
|
||||||
catch(ex){
|
catch(ex){
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue