Show More
Commit Description:
add license agreement checkbox...
Commit Description:
add license agreement checkbox (grafted from 93e468dab6dfc714db68d5a00d54f06b755f49bc)
References:
File last commit:
Show/Diff file:
Action:
app/views/problems/toggle.js.rjs | 6 lines | 213 B | text/plain | TextLexer |
if @problem.available
page["prob-#{@problem.id}"].className = "available"
else
page["prob-#{@problem.id}"].className = "not-available"
end
page["prob-#{@problem.id}-avail"].innerHTML = @problem.available.to_s