bug, make ajax submission work again

This commit is contained in:
Hannes Mannerheim 2014-10-06 00:49:35 +02:00
parent 5a72a25905
commit 1475c775e7
1 changed files with 1 additions and 1 deletions

View 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.