1
0
mirror of https://github.com/actix/actix-website synced 2025-02-02 04:09:06 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}