Show More
Commit Description:
Merge pull request #15 from nattee/master...
Commit Description:
Merge pull request #15 from nattee/master finalizing merge of nattee's master
References:
File last commit:
Show/Diff file:
Action:
app/views/problems/toggle.js.rjs | 6 lines | 213 B | text/plain | TextLexer |
jittat
change problem toggle to ajax...
r147 if @problem.available
page["prob-#{@problem.id}"].className = "available"
else
page["prob-#{@problem.id}"].className = "not-available"
jittat
fixed avail bug for ajax toggle...
r148 end
page["prob-#{@problem.id}-avail"].innerHTML = @problem.available.to_s