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