Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
takutok committed Dec 13, 2014
1 parent 325c2f3 commit 6d67c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function post_comment(url, id){
$.ajax({
type: "POST",
url: url,
data: '{"body": "' + post_str + +"http://qiita.com/takutok/items/"+ id +'"}',
data: '{"body": "' + post_str + "http://qiita.com/takutok/items/"+ id +'"}',
/*
beforeSend: function(req) {
req.setRequestHeader("Authorization", "Bearer "+token);
Expand Down

0 comments on commit 6d67c1b

Please sign in to comment.