From 07d0d92f57233e37dd4f9f8a7889868fe38f19bc Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Wed, 8 Feb 2023 00:23:45 +0100 Subject: [PATCH] Suppression code commentaire --- module/tirage/fenetre-recherche-tirage.js | 24 ----------------------- 1 file changed, 24 deletions(-) diff --git a/module/tirage/fenetre-recherche-tirage.js b/module/tirage/fenetre-recherche-tirage.js index 9d4bbc8f..0f3da395 100644 --- a/module/tirage/fenetre-recherche-tirage.js +++ b/module/tirage/fenetre-recherche-tirage.js @@ -189,30 +189,6 @@ export class FenetreRechercheTirage extends Application { const row = await CompendiumTableHelpers.getRandom(table, 'Item') await CompendiumTableHelpers.tableRowToChatMessage(row, 'Item'); }) - - // this.html.find('.recherche') - // .each((index, field) => { - // if (this.options.recherche) { - // field.focus(); - // field.setSelectionRange(this.options.recherche.start, this.options.recherche.end); - // } - // }) - // .keyup(async event => { - // const nouvelleRecherche = this._optionRecherche(event.currentTarget); - // if (this.options.recherche?.text != nouvelleRecherche?.text) { - // this.options.recherche = nouvelleRecherche; - // if (this.timerRecherche) { - // clearTimeout(this.timerRecherche); - // } - // this.timerRecherche = setTimeout(() => { - // this.timerRecherche = undefined; - // this.render(true); - // }, 500); - // } - // }) - // .change(async event => - // this.options.recherche = this._optionRecherche(event.currentTarget) - // ); } showFilterGroup(groupDiv, show) {