forked from Adleraci/adlerka.top
		
	Fix navigation
This commit is contained in:
		@@ -28,9 +28,9 @@ function handlePageResponse(data){
 | 
			
		||||
    }
 | 
			
		||||
    if(data.Page){
 | 
			
		||||
        document.getElementById("pagearea").innerHTML = data.Page;
 | 
			
		||||
        if(data.PageLocation){
 | 
			
		||||
            history.pushState({}, "", data.PageLocation);
 | 
			
		||||
        }
 | 
			
		||||
        // if(data.PageLocation){
 | 
			
		||||
        //     history.pushState({}, "", data.PageLocation);
 | 
			
		||||
        // }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user