mirror of
https://github.com/gnu4cn/ccna60d.git
synced 2024-05-21 04:55:00 +08:00
Updated the last-updated.
This commit is contained in:
parent
e2553ea889
commit
15167cf36e
@ -65,3 +65,12 @@ if(document.querySelector("#document-not-found404")) {
|
|||||||
}
|
}
|
||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var f = document.getElementById("last-change");
|
||||||
|
if (f) {
|
||||||
|
var text = f.innerHTML;
|
||||||
|
text = text.replace("Last change", "知识共享许可协议,CC - 最后修改")
|
||||||
|
text = text.replace("commit", "于提交")
|
||||||
|
|
||||||
|
f.innerHTML = text
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user