mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-16 13:30:23 +01:00
fixes block quote toggles on dynamic posts
This commit is contained in:
@@ -132,7 +132,7 @@ define('forum/topic', ['forum/pagination', 'forum/infinitescroll', 'forum/topic/
|
||||
}
|
||||
});
|
||||
|
||||
$('blockquote .toggle').on('click', function() {
|
||||
$('.post-container').on('click', 'blockquote .toggle', function() {
|
||||
$(this).parent('blockquote').toggleClass('uncollapsed');
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user