mirror of
https://github.com/actix/actix-website
synced 2025-02-02 12:19:04 +01:00
Update footer.html
This commit is contained in:
parent
76f9be3f68
commit
8328ea1d27
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user