mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-17 22:10: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');
|
$(this).parent('blockquote').toggleClass('uncollapsed');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user