Remove unneeded code.
This commit is contained in:
parent
2160a15800
commit
256e2e88ba
1 changed files with 0 additions and 2 deletions
|
|
@ -38,7 +38,6 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
show() {
|
||||
const myModalEl = document.getElementById('footerModal');
|
||||
this.currentFooterAndHeaderHeight = this.getFooterInfoBoxHeight() + 72;
|
||||
this.isActive = true;
|
||||
document.querySelector('.page-container-grouped-styles').scrollTo({
|
||||
|
|
@ -46,7 +45,6 @@ export default {
|
|||
});
|
||||
},
|
||||
hide() {
|
||||
const myModalEl = document.getElementById('footerModal');
|
||||
var self = this;
|
||||
self.isActive = false;
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue