format code
This commit is contained in:
		@ -38,8 +38,6 @@
 | 
			
		||||
                  function toggle(id) {
 | 
			
		||||
                     document.getElementById(id).classList.toggle("invisible");
 | 
			
		||||
                  }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
                </script>
 | 
			
		||||
                <a class="secondary button error" href="javascript:void(0)" onclick="toggle('error-msg');">X</a>
 | 
			
		||||
            </div>
 | 
			
		||||
@ -55,8 +53,6 @@
 | 
			
		||||
                  function toggle(id) {
 | 
			
		||||
                     document.getElementById(id).classList.toggle("invisible");
 | 
			
		||||
                  }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
                </script>
 | 
			
		||||
                <a class="secondary button info" href="javascript:void(0)" onclick="toggle('info-msg');">X</a>
 | 
			
		||||
            </div>
 | 
			
		||||
@ -64,5 +60,4 @@
 | 
			
		||||
    </div>
 | 
			
		||||
</nav>
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user