mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 17:24:22 +00:00 
			
		
		
		
	Use console.log instead of breakpoint
This commit is contained in:
		@@ -675,7 +675,7 @@ function initIssue() {
 | 
				
			|||||||
            var xhr = new XMLHttpRequest();
 | 
					            var xhr = new XMLHttpRequest();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            xhr.addEventListener("error", function() {
 | 
					            xhr.addEventListener("error", function() {
 | 
				
			||||||
                debugger;
 | 
					                console.log("Issue submit request failed. xhr.status: " + xhr.status);
 | 
				
			||||||
            });
 | 
					            });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            xhr.addEventListener("load", function() {
 | 
					            xhr.addEventListener("load", function() {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user