Skip to content

Commit

Permalink
Merge pull request #52 from UTFX0150/patch-1
Browse files Browse the repository at this point in the history
[fix] 修复点击导航树的Comment时footer可能会不正确固定的问题
  • Loading branch information
txperl committed Oct 27, 2023
2 parents eb9aa09 + 6af991a commit ede830d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ function goToComment() {
document.getElementById('btn-comments').innerText = 'hide comments';
document.getElementById('comments').style.display = 'block';
window.location.hash = "#postFun";
footerPosition();
}

<?php if ($this->is('post')) : ?>
Expand Down Expand Up @@ -162,4 +163,4 @@ function goToComment() {
<?php $this->footer(); ?>
</body>

</html>
</html>

0 comments on commit ede830d

Please sign in to comment.