We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad43414 commit ff57a00Copy full SHA for ff57a00
views/includes/scripts/commentReplyScript.html
@@ -35,7 +35,9 @@
35
36
document.location.hash = $comment.attr('id');
37
38
- reUrl = document.location.pathname + document.location.hash;
+ reUrl = document.location.pathname +
39
+ location.search +
40
+ document.location.hash;
41
reUrl = reUrl.replace(/\(/g, '%28').replace(/\)/g, '%29');
42
43
value = $replyTextarea.val();
0 commit comments