mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-09 21:58:47 +00:00
Revert "fix(equipment): hack partially addressing #11015"
This reverts commit 0be1f3eb7c.
This commit is contained in:
parent
6ce2caecf9
commit
a7b5b6e20e
1 changed files with 0 additions and 10 deletions
|
|
@ -189,16 +189,6 @@
|
|||
hideDialog () {
|
||||
this.$root.$emit('bv::hide::modal', 'equipgear-modal');
|
||||
},
|
||||
fixDocBody () {
|
||||
document.body.classList.remove('modal-open');
|
||||
if (document.body.getAttribute('data-modal-open-count') <= 1) {
|
||||
document.body.removeAttribute('data-modal-open-count');
|
||||
} else {
|
||||
document.body.setAttribute('data-modal-open-count', document.body.getAttribute('data-modal-open-count') - 1);
|
||||
}
|
||||
document.body.removeAttribute('data-padding-right');
|
||||
document.body.style.removeProperty('padding-right');
|
||||
},
|
||||
memberOverrideAvatarGear (gear) {
|
||||
return {
|
||||
[gear.type]: gear.key,
|
||||
|
|
|
|||
Loading…
Reference in a new issue