Small syntax fix for inline reply placeholder.
This commit is contained in:
parent
4718063a78
commit
0f5aab8cd5
|
@ -735,7 +735,7 @@ var SN = { // StatusNet
|
|||
list = notice.find('ul.threaded-replies');
|
||||
}
|
||||
var placeholder = $('<li class="notice-reply-placeholder">' +
|
||||
'<input class="placeholder">' +
|
||||
'<input class="placeholder" />' +
|
||||
'</li>');
|
||||
placeholder.find('input')
|
||||
.val(SN.msg('reply_placeholder'));
|
||||
|
|
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