mirror of
https://github.com/actix/actix-website
synced 2024-11-27 18:12:57 +01:00
Update actix.js
This commit is contained in:
parent
d75c1e04f9
commit
19be3bbf89
@ -1,9 +1,3 @@
|
||||
window.onload = function(){
|
||||
if (window.location.href.search("cn") == -1) {
|
||||
document.getElementById("nav-blog").style.display = "none"
|
||||
}
|
||||
}
|
||||
|
||||
(function() {
|
||||
function activateFeature(sel) {
|
||||
$('div.actix-feature').hide();
|
||||
@ -42,3 +36,10 @@ window.onload = function(){
|
||||
initFeatureSelector();
|
||||
});
|
||||
})();
|
||||
|
||||
|
||||
window.onload = function(){
|
||||
if (window.location.href.search("cn") == -1) {
|
||||
document.getElementById("nav-blog").style.display = "none"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user