mirror of https://github.com/go-gitea/gitea.git
Use console.log instead of breakpoint
This commit is contained in:
parent
957361d755
commit
71cefc95ab
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue