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:
Waseem Daher
2012-09-17 14:59:26 -04:00
parent 5ebac29508
commit a70e8dee4d
5 changed files with 103 additions and 109 deletions

View File

@@ -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() {