danielgtaylor / malt.io

Malt.io free community for brewers
26 stars 11 forks source link

Dry hopping should always occur after boil additions #62

Closed danielgtaylor closed 11 years ago

danielgtaylor commented 11 years ago

Currently the code does this (recipe.coffee):

if @DRY_SPICE.exec use rows.push([time, element]) else rows.push([1000 - time, element])

@reorderRows($('#hops_data'), rows, (x, y) -> x[0] - y[0])