提交 21190d3b 编写于 作者: J Johan Preynat

Add navigation handling for search results

上级 b54cb735
......@@ -139,6 +139,8 @@ function init() {
$(document).on('click', '.navigation-prev', handlePagination);
$(document).on('click', '.navigation-next', handlePagination);
$(document).on('click', '.summary [data-path] a', handlePagination);
// Handle for search
$(document).on('click', '.search-results-item a', handlePagination);
$(window).resize(updateNavigationPosition);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册