Commit 58c9b64c authored by Ayush's avatar Ayush

Minor bug fix

parent 09fec54a
...@@ -101,9 +101,9 @@ export class ArenaComponent implements OnInit { ...@@ -101,9 +101,9 @@ export class ArenaComponent implements OnInit {
// } // }
tryCode(c): void { tryCode(c): void {
if (document.getElementById('try').classList.contains('disabled')) { // if (document.getElementById('try').classList.contains('disabled')) {
return; // return;
} // }
this.isCompiling = true; this.isCompiling = true;
const file: File = { const file: File = {
username: JSON.parse(this.apiService.getToken()).username, 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