Browse Source

Add files via upload

Daniele Bonini (皮夕): WebDev and DevOps by lots of Sim.pli.city bits 2 years ago
parent
commit
ede53261e7
1 changed files with 5 additions and 5 deletions
  1. 5 5
      ACT_js/index.js

+ 5 - 5
ACT_js/index.js

@@ -1,20 +1,20 @@
 /**
 /**
  * Copyright 2021, 2024 5 Mode
  * Copyright 2021, 2024 5 Mode
  *
  *
- * This file is part of Homohug.
+ * This file is part of Actitude.
  *
  *
- * Homohug is free software: you can redistribute it and/or modify
+ * Actitude is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation, either version 3 of the License, or
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
  * (at your option) any later version.
  *
  *
- * Homohug is distributed in the hope that it will be useful,
+ * Actitude is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  * GNU General Public License for more details.  
  * GNU General Public License for more details.  
  * 
  * 
  * You should have received a copy of the GNU General Public License
  * You should have received a copy of the GNU General Public License
- * along with Homohug. If not, see <https://www.gnu.org/licenses/>.
+ * along with Actitude. If not, see <https://www.gnu.org/licenses/>.
  *
  *
  * home.js
  * home.js
  * 
  * 
@@ -155,7 +155,7 @@ function setContentPos() {
     //$("#contentbar").css("width","100%");
     //$("#contentbar").css("width","100%");
     $("#logo-hmm").css("display","none");
     $("#logo-hmm").css("display","none");
   } else {  
   } else {  
-    $("#ahome").attr("href","http://homohug.org");
+    $("#ahome").attr("href","http://actitu.de");
     $("#agithub").css("display","inline");
     $("#agithub").css("display","inline");
     $("#afeedback").css("display","inline");
     $("#afeedback").css("display","inline");
     $("#asupport").css("display","inline");  
     $("#asupport").css("display","inline");