Merged in bugfix/PMCORE-2696 (pull request #7722)
PMCORE-2696 Approved-by: Rodrigo Quelca <rockoinfo@yahoo.com>
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
90cf70999f
@@ -42,7 +42,6 @@ export default {
|
||||
},
|
||||
mounted() {
|
||||
this.onResize();
|
||||
window.addEventListener("resize", this.onResize);
|
||||
},
|
||||
methods: {
|
||||
/**
|
||||
|
||||
@@ -98,7 +98,6 @@ export default {
|
||||
},
|
||||
mounted() {
|
||||
this.onResize();
|
||||
window.addEventListener("resize", this.onResize);
|
||||
this.getMenu();
|
||||
this.listenerIframe();
|
||||
window.setInterval(
|
||||
|
||||
Reference in New Issue
Block a user