Update questions-page-layout.vue
removed the commented code
This commit is contained in:
parent
dbf449089b
commit
01c6ee9c27
1 changed files with 0 additions and 8 deletions
|
|
@ -64,9 +64,6 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
// mounted(){
|
|
||||||
// this.getbuttonText();
|
|
||||||
// },
|
|
||||||
methods: {
|
methods: {
|
||||||
showThisQuestionChain(glass, i) {
|
showThisQuestionChain(glass, i) {
|
||||||
// return false if no questions or if suppressed
|
// return false if no questions or if suppressed
|
||||||
|
|
@ -84,11 +81,6 @@ export default {
|
||||||
showLoadingModal() {
|
showLoadingModal() {
|
||||||
this.$refs.loadingModal.showModal();
|
this.$refs.loadingModal.showModal();
|
||||||
},
|
},
|
||||||
// getbuttonText(){
|
|
||||||
// this.$refs.siteFooter.updateButtonText(
|
|
||||||
// `Continue`
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
siteHeader,
|
siteHeader,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue