New mobile nav. Removed old cruft.
This commit is contained in:
parent
20907bede6
commit
6c9f5f12fe
9 changed files with 106 additions and 253 deletions
|
@ -3,17 +3,6 @@
|
|||
* this file grows specific UI area code should be migrated to its own file.
|
||||
*/
|
||||
|
||||
/* toggle_gnav hides or shows the global navigation's additional buttons based
|
||||
* on its opened state.
|
||||
*/
|
||||
function toggle_gnav(el) {
|
||||
el.parentElement.classList.toggle("open");
|
||||
}
|
||||
|
||||
function close_gnav() {
|
||||
find_node("#gnav").classList.remove("open");
|
||||
}
|
||||
|
||||
/* init_message_textareas finds all message textareas and updates their initial
|
||||
* height based on their content (0). This is so there is no jaring affect when
|
||||
* the page loads.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue