mirror of
https://github.com/go-gitea/gitea.git
synced 2025-04-21 00:48:43 +03: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