removed youtube note
This commit is contained in:
Родитель
a49489e644
Коммит
d723f4107f
|
@ -3567,7 +3567,7 @@
|
|||
var text = HTML.mkTextArea();
|
||||
var postBtn = div(null);
|
||||
text.rows = 1;
|
||||
text.placeholder = reply ? lf("Reply... (or a YouTube link)") : lf("Post a comment... (or a YouTube link)");
|
||||
text.placeholder = reply ? lf("Reply...") : lf("Post a comment...");
|
||||
var postDiv:HTMLElement = div("commentPost", div(null, text), postBtn);
|
||||
|
||||
var post = () => {
|
||||
|
|
Загрузка…
Ссылка в новой задаче