Fix for inline reply placeholders: only remove the one we're clicking in, not all of them!
This commit is contained in:
parent
6b5b6d072b
commit
acca8a24b4
@ -599,7 +599,7 @@ var SN = { // StatusNet
|
|||||||
nextStep();
|
nextStep();
|
||||||
} else {
|
} else {
|
||||||
// Remove placeholder if any
|
// Remove placeholder if any
|
||||||
$('li.notice-reply-placeholder').remove();
|
list.find('li.notice-reply-placeholder').remove();
|
||||||
|
|
||||||
// Create the reply form entry at the end
|
// Create the reply form entry at the end
|
||||||
var replyItem = $('li.notice-reply', list);
|
var replyItem = $('li.notice-reply', list);
|
||||||
|
2
js/util.min.js
vendored
2
js/util.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user