Browse Source

Use "block".

Herby Vojčík 4 years ago
parent
commit
664dfe18fa
1 changed files with 1 additions and 1 deletions
  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>