restart with clear user_session
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user