Suppression code commentaire
This commit is contained in:
parent
a2968697f4
commit
07d0d92f57
@ -189,30 +189,6 @@ export class FenetreRechercheTirage extends Application {
|
|||||||
const row = await CompendiumTableHelpers.getRandom(table, 'Item')
|
const row = await CompendiumTableHelpers.getRandom(table, 'Item')
|
||||||
await CompendiumTableHelpers.tableRowToChatMessage(row, '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) {
|
showFilterGroup(groupDiv, show) {
|
||||||
|
Loading…
Reference in New Issue
Block a user