Show More
Commit Description:
added level to problems, randoms problem from each level
Commit Description:
added level to problems, randoms problem from each level
File last commit:
Show/Diff file:
Action:
app/views/main/_submission_timeouts.html.haml | 7 lines | 180 B | text/x-haml | HamlLexer |
CodejomTimeout.timeouts = [
- @submission_timeouts.each_pair do |id, t|
- if t!=nil
= "{problem: #{id}, timeout: #{t}},"
- else
= "{problem: #{id}, timeout: null},"
];