]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - js/util.js
More work trying to understand util.js and get my ajax working right
[quix0rs-gnu-social.git] / js / util.js
index 811e124086a7a5e82071a6e5ba703eecf2d88b02..18475ef803eef4ed56dfbdde653d7b68c7295ecd 100644 (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;