mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 19:43:47 +00:00
js: Read zid with rows.id.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
8892f463a8
commit
2834b051d2
@@ -500,7 +500,7 @@ MessageListView.prototype = {
|
||||
_put_row: function (row) {
|
||||
// row is a jQuery object wrapping one message row
|
||||
if (row.hasClass('message_row')) {
|
||||
this._rows[row.attr('zid')] = row;
|
||||
this._rows[rows.id(row)] = row;
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user