Explorar el Código

Update index.html

Capitan Cloud hace 2 años
padre
commit
b3ce6ff0ff
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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();
 	}