From a7b5b6e20e18c133e0515d1bb751dc839d13cba5 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Thu, 11 Apr 2019 12:16:16 -0500 Subject: [PATCH] Revert "fix(equipment): hack partially addressing #11015" This reverts commit 0be1f3eb7cc94a1739a69e3484f11c8196589302. --- .../components/inventory/equipment/equipGearModal.vue | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/website/client/components/inventory/equipment/equipGearModal.vue b/website/client/components/inventory/equipment/equipGearModal.vue index 9638bc77f9..3cf2138d0e 100644 --- a/website/client/components/inventory/equipment/equipGearModal.vue +++ b/website/client/components/inventory/equipment/equipGearModal.vue @@ -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,