mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
Refactor our different pages into separate templates.
They are all included by index.html in different divs. (imported from commit bd8b485516007075d33c2614b1de9f08999e927c)
This commit is contained in:
@@ -72,7 +72,7 @@ function sub(zephyr_class) {
|
||||
|
||||
function compose_button() {
|
||||
$('#sidebar a[href="#home"]').tab('show');
|
||||
show_compose();
|
||||
show_compose('class', $("#class"));
|
||||
}
|
||||
|
||||
function hide_compose() {
|
||||
|
||||
Reference in New Issue
Block a user