mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
typo in export code
This commit is contained in:
parent
81ceb5c892
commit
d1888be563
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ export default {
|
||||||
params.push('maxlength=' + this.list.maxEvents)
|
params.push('maxlength=' + this.list.maxEvents)
|
||||||
}
|
}
|
||||||
|
|
||||||
return `<script src="${this.settings.baseurl}\/gancio-events.es.js'><\/script>\n<gancio-events ${params.join(' ')}></gancio-events>\n\n`
|
return `<script src="${this.settings.baseurl}\/gancio-events.es.js"><\/script>\n<gancio-events ${params.join(' ')}></gancio-events>\n\n`
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue