mirror of
https://github.com/gnu4cn/rust-lang-zh_CN.git
synced 2026-08-19 04:33:27 +08:00
Updated 'theme/pagetoc.js'
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
抱歉,此 URL 无效。请使用导航栏或搜索继续。将在 <span class="sec-count" style="font-style: italic;font-weight:bold;font-size:large;">n</span> 秒后重定向到主页......
|
||||
|
||||
|
||||
This URL is invalid, sorry. Please use the navigation bar or search to continue. It will be redirected to home in <span class="sec-count" style="font-style: italic;font-weight:bold;font-size:large;">n</span> seconds...
|
||||
|
||||
|
||||
(End)
|
||||
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ window.addEventListener('load', function() {
|
||||
window.addEventListener("scroll", updateFunction);
|
||||
|
||||
if(document.querySelector("#document-not-found404")) {
|
||||
let timeLeft = 10;
|
||||
let timeLeft = 3;
|
||||
|
||||
var timerId = setInterval(() => {
|
||||
if(timeLeft == -1) {
|
||||
|
||||
Reference in New Issue
Block a user