Pārlūkot izejas kodu

Add files via upload

Daniele Bonini (皮夕): WebDev, DevOps and homomm.org by lots of Simplicity bits 3 gadi atpakaļ
vecāks
revīzija
26d4dbef8c
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      index.xsl

+ 2 - 2
index.xsl

@@ -69,7 +69,7 @@
 
 		<br/><br/>
 
-		<div style="max-height:350px;" align="center">
+		<div id="content" style="max-height:350px;" align="center" style="display:none;">
 
 		<table border="0" style="width:100%;height:349px;">
 		<tr>
@@ -211,7 +211,7 @@
       function startApp() {
         $("#HCsplash").hide("slow");
         $(document.body).css("background","#ffffff");
-        $("#frmHC").show();
+        $("#content").show();
       }			
 
       window.addEventListener("load", function() {