diff --git a/static/js/actix.js b/static/js/actix.js index 63e4c3d..512ca98 100644 --- a/static/js/actix.js +++ b/static/js/actix.js @@ -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" + } +}