Commit 42144ee9 by Calen Pennington

Make html save action send the correct data type

parent fd7c2001
......@@ -6,4 +6,4 @@ class @HTML
@preview.empty().append(@edit_box.val())
)
save: -> {text: @edit_box.val()}
save: -> @edit_box.val()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment