* adjust for scroll to selected.

This commit is contained in:
wangyidong
2022-10-26 09:39:05 +08:00
parent 585b12838e
commit d6dc22d7e0
8 changed files with 80 additions and 33 deletions
+1 -4
View File
@@ -46,10 +46,7 @@ $('#pageNav .btn-group.angle-btn').click(function()
if($(this).hasClass('opened')) return;
$(this).addClass('opened');
setTimeout(function()
{
scrollToSelected();
}, 100);
scrollToSelected();
})
</script>
<?php include '../../common/view/footer.html.php';?>