Commit 58c9b64c authored by Ayush's avatar Ayush

Minor bug fix

parent 09fec54a
......@@ -101,9 +101,9 @@ export class ArenaComponent implements OnInit {
// }
tryCode(c): void {
if (document.getElementById('try').classList.contains('disabled')) {
return;
}
// if (document.getElementById('try').classList.contains('disabled')) {
// return;
// }
this.isCompiling = true;
const file: File = {
username: JSON.parse(this.apiService.getToken()).username,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment