We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5d6bd commit 012d7aeCopy full SHA for 012d7ae
debug.html
@@ -79,7 +79,7 @@ <h1>API-Debugger</h1>
79
}
80
else
81
{
82
- document.getElementById('response').value = "Error: " + http.status
+ document.getElementById('response').value = "Error: " + http.status;
83
84
85
0 commit comments