mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 09:27:24 +01:00
Fix issue #61
This commit is contained in:
parent
255ed9330c
commit
e3a9ab1823
@ -48,6 +48,7 @@ onready(function(){
|
|||||||
delete this.style.filter;
|
delete this.style.filter;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
if (~this.parentNode.className.indexOf('multifile'))
|
||||||
this.parentNode.style.width = (parseInt(this.dataset.width)+40)+'px';
|
this.parentNode.style.width = (parseInt(this.dataset.width)+40)+'px';
|
||||||
this.childNodes[0].src = this.dataset.src;
|
this.childNodes[0].src = this.dataset.src;
|
||||||
this.childNodes[0].style.width = this.dataset.width;
|
this.childNodes[0].style.width = this.dataset.width;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user