()
| 13427 | } |
| 13428 | |
| 13429 | function loadPageOver() { |
| 13430 | isLoading = false; |
| 13431 | stopScroll = true; |
| 13432 | setTimeout(() => {stopScroll = false;}, 300); |
| 13433 | if (loadingDiv.parentNode) { |
| 13434 | loadingDiv.parentNode.removeChild(loadingDiv); |
| 13435 | } |
| 13436 | if (rate !== 1 && !clickMode) { |
| 13437 | setTimeout(() => { |
| 13438 | if (distToBottom() < bottomGap) { |
| 13439 | nextPage(); |
| 13440 | } |
| 13441 | }, 1); |
| 13442 | } |
| 13443 | if (sideController.inited) { |
| 13444 | sideController.frame.classList.remove("pagetual-sideController-loading"); |
| 13445 | } |
| 13446 | } |
| 13447 | |
| 13448 | function checkAutoLoadNum() { |
| 13449 | if (autoLoadNum >= 0) { |
no test coverage detected