Small syntax fix for inline reply placeholder.

This commit is contained in:
Samantha Doherty 2011-05-18 09:23:55 -04:00
parent 4718063a78
commit 0f5aab8cd5
2 changed files with 2 additions and 2 deletions

View File

@ -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

File diff suppressed because one or more lines are too long