From: Hannes Mannerheim Date: Sun, 5 Oct 2014 22:49:35 +0000 (+0200) Subject: bug, make ajax submission work again X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1475c775e768a78bcc044ee9493aa3582a9f538a;p=quix0rs-gnu-social.git bug, make ajax submission work again --- 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.