mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 20:41:46 +00:00
Rename the zephyr template to the message template.
(imported from commit c15e2cc08d3604a82d90a96efa4f70d101971df4)
This commit is contained in:
@@ -13,7 +13,7 @@ $(function () {
|
||||
}
|
||||
|
||||
// Compile Handlebars templates.
|
||||
templates.zephyr = Handlebars.compile($("#template_zephyr").html());
|
||||
templates.message = Handlebars.compile($("#template_message").html());
|
||||
templates.subscription = Handlebars.compile($("#template_subscription").html());
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user