1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-21 04:59:49 +01:00
This commit is contained in:
8chan 2015-03-09 09:31:04 +00:00
commit 6cac67763f

View File

@ -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');