浏览代码

Update home.js

Daniele Bonini (皮夕): WebDev and DevOps by lots of Sim.pli.city bits 3 年之前
父节点
当前提交
a0813c70eb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Public/static/js/home.js

+ 2 - 2
Public/static/js/home.js

@@ -187,7 +187,7 @@ function setContentPos() {
     $("#contentbar").css("width","100%");
     $("#logo-hg").css("display","none");
   } else if (window.innerWidth<1120) {
-    $("#ahome").attr("href","http://homomm.org");
+    $("#ahome").attr("href","http://homogram.org");
     $("#agithub").css("display","inline");
     $("#afeedback").css("display","inline");
     $("#asupport").css("display","inline");  
@@ -197,7 +197,7 @@ function setContentPos() {
     $("#contentbar").css("width","75%");
     $("#logo-hg").css("display","inline");      
   } else {  
-    $("#ahome").attr("href","http://homomm.org");
+    $("#ahome").attr("href","http://homogram.org");
     $("#agithub").css("display","inline");
     $("#afeedback").css("display","inline");
     $("#asupport").css("display","inline");