diff --git a/dreditor.user.js b/dreditor.user.js index 4b3daf7..51ba72f 100644 --- a/dreditor.user.js +++ b/dreditor.user.js @@ -1601,7 +1601,7 @@ Drupal.behaviors.dreditorIssueSummaryTemplate = function() { if (nodePath) { $.getJSON(nodePath[0] + '/project-issue/json', function(json){ var $profileLink, $bodyVal = $('
').html($body.val()); - if (json.assignedUrl) { + if (json.authorUrl) { $profileLink = $('').text('@' + json.authorName).attr('href', json.authorUrl); } else {