mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
Restore the time-travel functionality with Waseem's UI.
This restores the time-travel functionality and fixes Waseem's laundry list of problems with its original UI. (imported from commit e30e02c25af994435adb815d26284b3669c945a4)
This commit is contained in:
@@ -15,7 +15,8 @@ $(function () {
|
||||
|
||||
// Compile Handlebars templates.
|
||||
$.each(['message', 'subscription', 'narrowbar',
|
||||
'userinfo_popover_title', 'userinfo_popover_content'],
|
||||
'userinfo_popover_title', 'userinfo_popover_content',
|
||||
'timeinfo_popover_content'],
|
||||
function (index, name) {
|
||||
templates[name] = Handlebars.compile($('#template_'+name).html());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user