Changes

5 bytes removed ,  13:23, 26 March 2018
no edit summary
Line 12: Line 12:  
<script>
 
<script>
 
function myFunction() {
 
function myFunction() {
     document.getElementById("app-brand-name").style.visibility = "hidden";
+
     document.getElementById("app-brand-name").style.display = "none";
 
}
 
}
 
</script>
 
</script>
 
</body>
 
</body>
 
</html>
 
</html>