From e2016340e1948543d5ee9e08fe4945845c3f908e Mon Sep 17 00:00:00 2001 From: 8chan Date: Tue, 21 Apr 2015 07:07:34 -0700 Subject: [PATCH] Fix expand-too-long error with new

markup --- js/expand-too-long.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/expand-too-long.js b/js/expand-too-long.js index d6ea43af..bbadb5f1 100644 --- a/js/expand-too-long.js +++ b/js/expand-too-long.js @@ -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,