From deefe7225d1992b67912a267cb2bba7ec93d1698 Mon Sep 17 00:00:00 2001 From: marktaiwan Date: Tue, 24 Feb 2015 20:34:13 +0800 Subject: [PATCH] Bugfix: scroll to thumbnail on multipost close Indroduced in 7364e85 --- js/inline-expanding.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/inline-expanding.js b/js/inline-expanding.js index e316fbb7..8405ee6a 100644 --- a/js/inline-expanding.js +++ b/js/inline-expanding.js @@ -158,7 +158,7 @@ $(document).ready(function(){ // on multifile posts, determin how many other images are still expanded still_open = post_body.find('.post-image').filter(function(){ - return $(this).parent().attr('data-expanded') == 'true'; + return $(this).parent().data('expanded') == 'true'; }).length; // deal with differnt boards' menu styles