afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-06-27 04:49 pm

[dw-free] links to comment threads not loading at comment threads

[commit: http://hg.dwscoalition.org/dw-free/rev/02b969f3044b]

http://bugs.dwscoalition.org/show_bug.cgi?id=1166

Add anchor to thread URLs in ESN.

Patch by [personal profile] afuna.

Files modified:
  • cgi-bin/LJ/Comment.pm
--------------------------------------------------------------------------------
diff -r 7fa27724d61a -r 02b969f3044b cgi-bin/LJ/Comment.pm
--- a/cgi-bin/LJ/Comment.pm	Sat Jun 27 14:31:03 2009 +0000
+++ b/cgi-bin/LJ/Comment.pm	Sat Jun 27 16:49:09 2009 +0000
@@ -241,7 +241,7 @@ sub thread_url {
     my $entry   = $self->entry;
     my $url     = $entry->url;
 
-    return "$url?thread=$dtalkid";
+    return "$url?thread=$dtalkid#t$dtalkid";
 }
 
 sub parent_url {
--------------------------------------------------------------------------------