mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 01:24:05 +01:00
Fix expand-too-long error with new <p> markup
This commit is contained in:
parent
cd01191072
commit
e2016340e1
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user