More work trying to understand util.js and get my ajax working right

This commit is contained in:
Zach Copley
2011-04-18 02:27:56 -07:00
parent d1443a6bd9
commit 583b903559
7 changed files with 136 additions and 71 deletions

View File

@@ -639,6 +639,7 @@ var SN = { // StatusNet
*/
NoticeInlineReplyTrigger: function(notice, initialText) {
// Find the notice we're replying to...
console.log('NoticeInlineReplyTrigger');
var id = $($('.notice_id', notice)[0]).text();
var parentNotice = notice;