mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
fix for last commit
This commit is contained in:
parent
fb17db9fee
commit
bb48914d14
|
|
@ -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(gridimg, false);
|
set_loaded(ebi('mu_th'), 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