mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 21:24:18 +00:00
rebrand generic 5e
This commit is contained in:
parent
1b7ffe97ad
commit
c06ad4d468
60 changed files with 164 additions and 548 deletions
|
|
@ -436,7 +436,7 @@ export default {
|
|||
},
|
||||
|
||||
setShowColumn () {
|
||||
Cookies.set('heros-et-dragons-grimoire-colonnes', this.showColumn, { expires: 365 })
|
||||
Cookies.set('5e-drs-grimoire-colonnes', this.showColumn, { expires: 365 })
|
||||
},
|
||||
},
|
||||
|
||||
|
|
@ -456,7 +456,7 @@ export default {
|
|||
}
|
||||
|
||||
// Choix des colonnes à afficher
|
||||
const showColumn = Cookies.get('heros-et-dragons-grimoire-colonnes')
|
||||
const showColumn = Cookies.get('5e-drs-grimoire-colonnes')
|
||||
if (showColumn) {
|
||||
this.showColumn = JSON.parse(showColumn)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue