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

Update footer.html

This commit is contained in:
krircc
2018-06-23 12:26:25 +08:00
committed by GitHub
parent 76f9be3f68
commit 8328ea1d27

View File

@ -22,7 +22,7 @@
var actix_home = document.getElementById("act-home")
actix_home.style.display = "none"
}
if (window.location.href.indexOf("https://actix.rs/") == 0) {
if (window.location.href.indexOf("https://kriry.github.io/") == 0 && window.location.href.indexOf("https://kriry.github.io/cn/") == -1) {
var actix_home_cn = document.getElementById("act-home-cn")
actix_home_cn.style.display = "none"
}