Removed obsoleted JS.
This commit is contained in:
		@@ -12,19 +12,6 @@
 | 
			
		||||
        
 | 
			
		||||
        {% block additional_head %}
 | 
			
		||||
        {% endblock additional_head %}
 | 
			
		||||
 | 
			
		||||
        <script>
 | 
			
		||||
            document.addEventListener("DOMContentLoaded", function(){
 | 
			
		||||
                    Array.from(document.getElementsByClassName('LP-Main__Sidebar')).forEach(function(element){
 | 
			
		||||
                            element.classList.add('LP-Main__Sidebar--hidden')
 | 
			
		||||
                    })
 | 
			
		||||
                    setTimeout(function(){
 | 
			
		||||
                        Array.from(document.getElementsByClassName('LP-Main__Sidebar')).forEach(function(element){
 | 
			
		||||
                            element.classList.remove('LP-Main__Sidebar--hidden')
 | 
			
		||||
                    })
 | 
			
		||||
                }, 500)
 | 
			
		||||
            })
 | 
			
		||||
        </script>
 | 
			
		||||
        
 | 
			
		||||
    </head>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user