we want to make POST requests here…

This commit is contained in:
nilsding 2014-11-10 18:25:46 +01:00
parent b65c60ea76
commit 9fad73341e
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ $(document).on "click", "button[name=qb-ask]", ->
true
$.ajax
url: '/ajax/ask' # TODO: find a way to use rake routes instead of hardcoding them here
type: 'POST'
data:
rcpt: $("input[name=qb-to]").val()
question: $("textarea[name=qb-question]").val()