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: {
|
methods: {
|
||||||
show() {
|
show() {
|
||||||
const myModalEl = document.getElementById('footerModal');
|
|
||||||
this.currentFooterAndHeaderHeight = this.getFooterInfoBoxHeight() + 72;
|
this.currentFooterAndHeaderHeight = this.getFooterInfoBoxHeight() + 72;
|
||||||
this.isActive = true;
|
this.isActive = true;
|
||||||
document.querySelector('.page-container-grouped-styles').scrollTo({
|
document.querySelector('.page-container-grouped-styles').scrollTo({
|
||||||
|
|
@ -46,7 +45,6 @@ export default {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
hide() {
|
hide() {
|
||||||
const myModalEl = document.getElementById('footerModal');
|
|
||||||
var self = this;
|
var self = this;
|
||||||
self.isActive = false;
|
self.isActive = false;
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue