linkify usernames
This commit is contained in:
Родитель
833f04c8b6
Коммит
1217aba0ce
|
@ -38,7 +38,6 @@ require.def("friendly", function () {
|
|||
"additional" : date.toLocaleTimeString(),
|
||||
"utc" : date.toUTCString(),
|
||||
"locale" : date.toLocaleString() };
|
||||
|
||||
/* some kind of error */
|
||||
if (day_diff < 0) {
|
||||
dObj.friendly = "in the future";
|
||||
|
|
|
@ -53,6 +53,9 @@ function (require, $, fn, rdapi, jig) {
|
|||
$(".body").each(function() {
|
||||
$(this).html(linkify($(this).text()));
|
||||
});
|
||||
$(".username").each(function() {
|
||||
$(this).html(linkify($(this).text()));
|
||||
});
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче