Files
zulip/zephyr/static/js
Zev Benjamin d95ea89f54 Fix a "can't read property 'id' of undefined" user error
`current_msg_list.get(id)` and `rows.get(id,
current_msg_list.table_name)` are not interchangable in terms of
checking for whether we have a message.  The former checks whether
the message is in the current message list while the latter checks
whether the message is in the current message list and currently
rendered.  `message_edit.end` only operates on rendered messages.

(imported from commit 203ee612bfd0aa94571dde9b601e948b3c6f6cbb)
2013-06-04 15:39:51 -04:00
..
2013-05-30 15:04:42 -04:00
2013-05-24 21:23:57 -04:00
2013-05-09 10:35:46 -04:00
2013-05-31 12:24:30 -04:00
2013-05-31 14:19:47 -04:00
2013-05-31 14:19:47 -04:00
2013-06-03 10:41:04 -04:00