Skip to content

Commit

Permalink
fix the shoddy workaround!
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Aug 29, 2016
1 parent 63ca29e commit 92ff24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksp.moon
Expand Up @@ -209,7 +209,7 @@ class extends lapis.Application
}, ->
text "Status: "
element "select", name: "status", ->
option value: 0, "unseen" -- shoddy work-around on my part...
option value: 0, "new" -- shoddy work-around on my part...
for status in *Crafts.statuses
if status == Crafts.statuses[craft.status]
option value: Crafts.statuses[status], selected: true, status
Expand Down

0 comments on commit 92ff24d

Please sign in to comment.