This commit is contained in:
2024-09-25 22:59:42 +02:00
parent 52e1f9dfbf
commit a162001ba4
3 changed files with 138 additions and 137 deletions

View File

@ -6,7 +6,7 @@ import { RdDTimestamp } from "./time/rdd-timestamp.js";
export class RdDHerbes extends Item {
/* -------------------------------------------- */
static async initializeHerbes() {
static async onReady() {
this.herbesSoins = await RdDHerbes.listCategorieHerbes('Soin');
this.herbesRepos = await RdDHerbes.listCategorieHerbes('Repos');
}