Closed beanz closed 13 years ago
app.rb has:
if news["voted"] == :up upclass = "uparrow voted" downclass = "downarrow disabled" elsif news["voted"] == :down downclass = "downarrow voted" upclass = "downarrow disabled" end
but I think that last line has a typo and should be:
upclass = "uparrow disabled"
-Mark
app.rb has:
but I think that last line has a typo and should be:
-Mark