From 9b37533bdf769848afb4034ea6eba9c7b98ea577 Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Tue, 1 Oct 2024 02:00:42 +0200 Subject: [PATCH] Correction nom classe (inutile) --- module/dialog-create-signedraconique.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/dialog-create-signedraconique.js b/module/dialog-create-signedraconique.js index 3d38d29b..48cc1654 100644 --- a/module/dialog-create-signedraconique.js +++ b/module/dialog-create-signedraconique.js @@ -24,7 +24,7 @@ export class DialogCreateSigneDraconique extends Dialog { } constructor(dialogData, html) { - let options = { classes: ["DialogCreateSigneDraconiqueActorsActors"], width: 500, height: 650, 'z-index': 99999 }; + let options = { classes: ["DialogCreateSigneDraconiqueActors"], width: 500, height: 650, 'z-index': 99999 }; let conf = { title: "Créer un signe", content: html,