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) {