- Gallery: added deleting images.

This commit is contained in:
Paolo Arena
2019-12-28 02:17:07 +01:00
parent 98dd8ec0ca
commit 05dc45a3c5
6 changed files with 116 additions and 34 deletions

View File

@@ -43,7 +43,8 @@ export default class Newsletter extends MixinBase {
public async mounted() {
await this.load()
this.tab = tools.getCookie('formnews', 'check')
// this.tab = tools.getCookie('formnews', 'check')
this.tab = this.$route.params.idparam
this.emailtextheader = this.getValDb('EMAIL_TEXT', true)
}