]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge request 9 on Gitorious
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 10 Oct 2014 18:50:14 +0000 (20:50 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Fri, 10 Oct 2014 18:50:14 +0000 (20:50 +0200)
js/util.js

index c1a3b771537949dfb9d229b3ea455bd0d88400c9..1d01f72ecd27a472368d03beccd4ab71399ffdd1 100644 (file)
@@ -1361,7 +1361,7 @@ var SN = { // StatusNet
 
             var profileLink = $('#nav_profile a').attr('href');
             if (profileLink) {
-                var authorUrl = $(notice).find('.h-card.u-url').attr('href');
+                var authorUrl = $(notice).find('.h-card.p-author').attr('href');
                 if (authorUrl == profileLink) {
                     if (action == 'all' || action == 'showstream') {
                         // Posts always show on your own friends and profile streams.