Skip to content

Commit

Permalink
add k and ms display
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsgsDesign committed Mar 14, 2019
1 parent c7d2437 commit 305c669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/problem/editor.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -700,8 +700,8 @@
}else{
$("#history_container").append(`
<tr>
<td>${ele.time}</td>
<td>${ele.memory}</td>
<td>${ele.time}ms</td>
<td>${ele.memory}k</td>
<td>${ele.language}</td>
<td class="${ele.color}"><i class="MDI checkbox-blank-circle"></i> ${ele.verdict}</td>
</tr>
Expand Down

0 comments on commit 305c669

Please sign in to comment.