diff options
author | benal01 <bja4245@rit.edu> | 2025-03-20 10:18:43 -0400 |
---|---|---|
committer | benal01 <bja4245@rit.edu> | 2025-03-20 10:18:43 -0400 |
commit | 237b9197c08c46a11fe45347e2d41428a558f75b (patch) | |
tree | 38e313383ee33d604e3b687347ad6143b27a8b39 /ufund-ui/src/app/components/cupboard/cupboard.component.ts | |
parent | 8ec987f46b4ef3ff1ce23d9942662a74e162689d (diff) | |
download | JellySolutions-237b9197c08c46a11fe45347e2d41428a558f75b.tar.gz JellySolutions-237b9197c08c46a11fe45347e2d41428a558f75b.tar.bz2 JellySolutions-237b9197c08c46a11fe45347e2d41428a558f75b.zip |
component style refactor for simpler display
Diffstat (limited to 'ufund-ui/src/app/components/cupboard/cupboard.component.ts')
-rw-r--r-- | ufund-ui/src/app/components/cupboard/cupboard.component.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ufund-ui/src/app/components/cupboard/cupboard.component.ts b/ufund-ui/src/app/components/cupboard/cupboard.component.ts index 24b3e2d..f8023c3 100644 --- a/ufund-ui/src/app/components/cupboard/cupboard.component.ts +++ b/ufund-ui/src/app/components/cupboard/cupboard.component.ts @@ -55,7 +55,6 @@ export class CupboardComponent implements OnInit { element.style.position = 'relative'; } } - openmenu() { const menuElement = document.getElementById('menu'); this.showElement(menuElement); @@ -79,7 +78,6 @@ export class CupboardComponent implements OnInit { close() { this.hideElement(document.getElementById('create-form')); this.hideElement(document.getElementById('destroy-form')); - this.hideElement(document.getElementById('menu')); this.hideElement(document.getElementById('update-form')); } |