Parcourir la source

Update index.html

Capitan Cloud il y a 2 ans
Parent
commit
b3ce6ff0ff
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      index.html

+ 2 - 1
index.html

@@ -55,7 +55,8 @@
   }
   
   function startApp() {
-	  $("#HCsplash").hide("slow");
+	  //$("#HCsplash").hide("slow");
+	  $("#HCsplash").css("display","none");
     $(document.body).css("background","#ffffff");
 	  $("#frmHC").show();
 	}