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: {
|
||||
showThisQuestionChain(glass, i) {
|
||||
// return false if no questions or if suppressed
|
||||
|
|
@ -84,11 +81,6 @@ export default {
|
|||
showLoadingModal() {
|
||||
this.$refs.loadingModal.showModal();
|
||||
},
|
||||
// getbuttonText(){
|
||||
// this.$refs.siteFooter.updateButtonText(
|
||||
// `Continue`
|
||||
// );
|
||||
// }
|
||||
},
|
||||
components: {
|
||||
siteHeader,
|
||||
|
|
|
|||
Loading…
Reference in a new issue