mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-21 04:59:49 +01:00
This commit is contained in:
commit
6cac67763f
@ -115,7 +115,7 @@ $(document).ready(function(){
|
||||
if (!$(this).data('expanded')) {
|
||||
|
||||
if (~this.parentNode.className.indexOf('multifile'))
|
||||
$(this).data('width') = this.parentNode.style.width;
|
||||
$(this).data('width', this.parentNode.style.width);
|
||||
|
||||
this.parentNode.removeAttribute('style');
|
||||
$(this).data('expanded', 'true');
|
||||
|
Loading…
x
Reference in New Issue
Block a user