forked from public/foundryvtt-reve-de-dragon
Renommage showControlWhen
Vu que la méthode est publique
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
export class HtmlUtility{
|
||||
static _showControlWhen(jQuerySelector, condition) {
|
||||
static showControlWhen(jQuerySelector, condition) {
|
||||
if (condition) {
|
||||
jQuerySelector.show();
|
||||
}
|
||||
|
Reference in New Issue
Block a user