|
@@ -61,6 +61,7 @@
|
|
|
|
|
|
window.addEventListener("load", function() {
|
|
|
|
|
|
+ $("#frmHC").hide();
|
|
|
$(document.body).css("background","#000000");
|
|
|
$("#HCsplash").show("slow");
|
|
|
setTimeout("hideTitle()", 2000);
|
|
@@ -78,7 +79,7 @@
|
|
|
<img src="/Public/static/res/HMMlogo2.png" style="width:310px;">
|
|
|
</div>
|
|
|
|
|
|
-<form id="frmHC" method="POST" target="_self" enctype="multipart/form-data" style="display:none;">
|
|
|
+<form id="frmHC" method="POST" target="_self" enctype="multipart/form-data" style="display:inline;">
|
|
|
|
|
|
<div class="header">
|
|
|
<a href="http://homomm.org" target="_self" style="color:#000000; text-decoration: none;"><img src="/Public/static/res/HMMlogo2.png" style="width:45px;"> Homomm</a> <a href="https://github.com/par7133/Homomm" style="color:#000000;"><span style="color:#119fe2">on</span> github</a> <a href="mailto:info@homomm.org" style="color:#000000;"><span style="color:#119fe2">for</span> feedback</a> <a href="tel:+39-331-4029415" style="font-size:13px;background-color:#15c60b;border:2px solid #15c60b;color:#000000;height:27px;text-decoration:none;"> get support </a>
|