ReferenceError fix

This commit is contained in:
8chan 2015-03-10 16:22:28 -07:00
parent c52722906f
commit 534a8d70ef

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