Skip to content

Commit ff57a00

Browse files
I forgot to include a possible search string.
1 parent ad43414 commit ff57a00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

views/includes/scripts/commentReplyScript.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535

3636
document.location.hash = $comment.attr('id');
3737

38-
reUrl = document.location.pathname + document.location.hash;
38+
reUrl = document.location.pathname +
39+
location.search +
40+
document.location.hash;
3941
reUrl = reUrl.replace(/\(/g, '%28').replace(/\)/g, '%29');
4042

4143
value = $replyTextarea.val();

0 commit comments

Comments
 (0)