From 1475c775e768a78bcc044ee9493aa3582a9f538a Mon Sep 17 00:00:00 2001 From: Hannes Mannerheim Date: Mon, 6 Oct 2014 00:49:35 +0200 Subject: [PATCH] bug, make ajax submission work again --- js/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/util.js b/js/util.js index c1a3b77153..1d01f72ecd 100644 --- a/js/util.js +++ b/js/util.js @@ -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.