Skip to content

Commit 012d7ae

Browse files
author
MarvinJWendt
committed
Damn semicolons..
1 parent 1a5d6bd commit 012d7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h1>API-Debugger</h1>
7979
}
8080
else
8181
{
82-
document.getElementById('response').value = "Error: " + http.status
82+
document.getElementById('response').value = "Error: " + http.status;
8383
}
8484
}
8585
}

0 commit comments

Comments
 (0)