This util.min.js is pining for the fjords.

This commit is contained in:
Samantha Doherty
2011-04-18 12:42:00 -04:00
1275 changed files with 4112 additions and 4390 deletions

View File

@@ -650,8 +650,14 @@ var SN = { // StatusNet
// and we'll add on the end of it. Will add if needed.
list = $('ul.threaded-replies', notice);
if (list.length == 0) {
console.log("list = 0");
SN.U.NoticeInlineReplyPlaceholder(notice);
list = $('ul.threaded-replies', notice);
} else {
var placeholder = $('li.notice-reply-placeholder', notice);
if (placeholder.length == 0) {
SN.U.NoticeInlineReplyPlaceholder(notice);
}
}
}