use URLs for linking to comments
This commit is contained in:
@ -164,9 +164,9 @@ function deleteCookie( name, path, domain ) {
|
||||
";expires=Thu, 01-Jan-1970 00:00:01 GMT";
|
||||
}
|
||||
|
||||
function replyTo(imageId, commentId) {
|
||||
function replyTo(imageId, commentId, userId) {
|
||||
var box = $("#comment_on_"+imageId);
|
||||
var text = ">>"+imageId+"#c"+commentId+": ";
|
||||
var text = "[url=site://post/view/"+imageId+"#c"+commentId+"]@"+userId+"[/url]: ";
|
||||
|
||||
box.focus();
|
||||
box.val(box.val() + text);
|
||||
|
Reference in New Issue
Block a user