Update main.js
This commit is contained in:
parent
31e04378cd
commit
c0be4c36e1
@ -1148,9 +1148,8 @@ function doreply(parent, ident, owner) {
|
|||||||
form.find('input[name=parent]').val(ident);
|
form.find('input[name=parent]').val(ident);
|
||||||
var btn = form.find('button[type=submit]').html();
|
var btn = form.find('button[type=submit]').html();
|
||||||
form.find('button[type=submit]').html('<i class="fa fa-reply" ></i> ' + btn);
|
form.find('button[type=submit]').html('<i class="fa fa-reply" ></i> ' + btn);
|
||||||
taid = '#comment-edit-text-' + parent.toString();
|
form.find('textarea').val("@{" + owner + "}\n");
|
||||||
$(taid).val("@{" + owner + "}\n");
|
$('#comment-edit-text-' + parent.toString()).focus();
|
||||||
$(taid).focus();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function doprofilelike(ident, verb) {
|
function doprofilelike(ident, verb) {
|
||||||
|
Reference in New Issue
Block a user