Skip to content

Commit a3a19ab

Browse files
Conform location ref
1 parent ff57a00 commit a3a19ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/includes/scripts/commentReplyScript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
document.location.hash = $comment.attr('id');
3737

3838
reUrl = document.location.pathname +
39-
location.search +
39+
document.location.search +
4040
document.location.hash;
4141
reUrl = reUrl.replace(/\(/g, '%28').replace(/\)/g, '%29');
4242

0 commit comments

Comments
 (0)