Make html save action send the correct data type
This commit is contained in:
@@ -6,4 +6,4 @@ class @HTML
|
||||
@preview.empty().append(@edit_box.val())
|
||||
)
|
||||
|
||||
save: -> {text: @edit_box.val()}
|
||||
save: -> @edit_box.val()
|
||||
|
||||
Reference in New Issue
Block a user