projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f4fa3e
)
fix twitter reply to functionality
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 18 Jul 2010 18:13:57 +0000
(14:13 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 18 Jul 2010 18:13:57 +0000
(14:13 -0400)
horde/js/twitterclient.js
patch
|
blob
|
history
diff --git
a/horde/js/twitterclient.js
b/horde/js/twitterclient.js
index
ce0846a
..
75cfef3
100644
(file)
--- a/
horde/js/twitterclient.js
+++ b/
horde/js/twitterclient.js
@@
-51,7
+51,7
@@
var Horde_Twitter = Class.create({
params = {
actionID: 'updateStatus',
statusText: statusText,
- params: { 'in_reply_to_status_id': this.inReplyTo }
+ inReplyTo: this.inReplyTo
};
new Ajax.Request(this.opts.endpoint, {