1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-09-23 19:18:21 +02:00

Fix expand-too-long error with new <p> markup

This commit is contained in:
8chan 2015-04-21 07:07:34 -07:00 committed by czaks
parent cd01191072
commit e2016340e1

View File

@ -17,7 +17,7 @@ $(function() {
e.preventDefault();
var url = $(this).attr('href');
var body = $(this).parent().parent();
var body = $(this).parents('.body');
$.ajax({
url: url,