Skip to content

Commit

Permalink
Fix panic
Browse files Browse the repository at this point in the history
It's really supposed to be composer_form
  • Loading branch information
Andre Bongon authored Sep 1, 2016
1 parent 755c2dd commit 5051cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport_freefb.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (t *FreeFBTransport) Handler(w http.ResponseWriter, originalRequest *http.R
fmt.Println("Got", originalRequest)
fmt.Println("Serialized", string(serializedRequest))

MessageForm, _ := t.Browser.Form("#composerInput")
MessageForm, _ := t.Browser.Form("#composer_form")
MessageForm.Input("body", string(serializedRequest))
MessageForm.Submit()

Expand Down

0 comments on commit 5051cec

Please sign in to comment.