pricing blocktitle translated

This commit is contained in:
2021-06-02 11:21:03 +02:00
parent 345c10b11b
commit 90b8f1bb6a
6 changed files with 9 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ export default {
console.log('MainContent getHomeHtml');
MA.get('materio_home/ajax/gethome')
.then(({data}) => {
console.log('MainContent getHomeHtml data', data)
// console.log('MainContent getHomeHtml data', data)
this.full_home_template_loaded = true
this.home_template_src = data.rendered // record the html src into data
})

View File

@@ -60,7 +60,7 @@ export default {
getItemIndex ({ dispatch, commit, state }, nid) {
console.log('getItemIndex nid', nid)
return state.items.findIndex((e) => {
console.log('findIndex', e.nid, nid)
// console.log('findIndex', e.nid, nid)
return e.nid === nid
})
},