Herby Vojčík před 5 roky
rodič
revize
664dfe18fa
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      _layouts/index.html

+ 1 - 1
_layouts/index.html

@@ -23,7 +23,7 @@
             }).then(function () {
                 document.getElementById('version').innerText = 'v' + amber.globals.Smalltalk._version();
                 document.querySelector('.try button').disabled = false;
-                document.querySelector('p.try').style.display = "initial";
+                document.querySelector('p.try').style.display = "block";
             });
         });
     </script>