restart with clear user_session

This commit is contained in:
CakeCN
2025-12-11 22:37:58 +08:00
parent f9b3cf53da
commit c4743bcadd
2 changed files with 1 additions and 3 deletions

View File

@@ -424,7 +424,6 @@ window.addEventListener('beforeunload', () => {
let currentChapterIndex = -1;
function next_chapter(data) {
// 直接获取页面中的 h3 元素(不再使用 iframe
var container = document.getElementById('markdown-content-container');
var titles = [];
var h3Elements = container.querySelectorAll('h3');