1
0
mirror of https://github.com/actix/actix-website synced 2025-06-29 08:14:58 +02:00

detail Adjustment

This commit is contained in:
krircc
2018-06-25 15:48:52 +08:00
parent 19be3bbf89
commit cf8f8c9b3e
2 changed files with 5 additions and 3 deletions

View File

@ -39,7 +39,7 @@
window.onload = function(){
if (window.location.href.search("cn") == -1) {
document.getElementById("nav-blog").style.display = "none"
if (window.location.href.search("cn") != -1) {
document.getElementById("nav-blog").style.display = "inline"
}
}