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:
Tim Abbott
2012-11-27 16:30:47 -05:00
parent 44235e8e7e
commit aba2192ec2
8 changed files with 51 additions and 20 deletions

View File

@@ -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());
}