Loading privatemsg-alternatives.js +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ $("span.privatemsg-recipient-alternative").each(function() { $(this).after( // Replace the span with a link, add href and class. $('<a>') $('<a/>') .attr({'href' : '#'}) .addClass('privatemsg-recipient-alternative') .text($(this).text()) Loading Loading
privatemsg-alternatives.js +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ $("span.privatemsg-recipient-alternative").each(function() { $(this).after( // Replace the span with a link, add href and class. $('<a>') $('<a/>') .attr({'href' : '#'}) .addClass('privatemsg-recipient-alternative') .text($(this).text()) Loading