diff options
author | benal01 <bja4245@rit.edu> | 2025-03-21 10:13:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-21 10:13:27 -0400 |
commit | a401cfe17108fcd38cd2ccf15e2d3f0e49606d9e (patch) | |
tree | f735df43a8e2cbae1fc5ec2842b19ddb6a94910c /ufund-ui/src/app/components/cupboard/cupboard.component.ts | |
parent | 35d7c971ed47718d4dc5738edb09d62cd780dac4 (diff) | |
parent | d386b35bf24444240b0d670674c3e75ea5d8b3ce (diff) | |
download | JellySolutions-a401cfe17108fcd38cd2ccf15e2d3f0e49606d9e.tar.gz JellySolutions-a401cfe17108fcd38cd2ccf15e2d3f0e49606d9e.tar.bz2 JellySolutions-a401cfe17108fcd38cd2ccf15e2d3f0e49606d9e.zip |
Merge pull request #16 from RIT-SWEN-261-02/need-component-refactor
Need component refactor
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')); } |