forked from public/foundryvtt-reve-de-dragon
use jQuery path for _showControlWhen
This commit is contained in:
@ -387,7 +387,7 @@ export class RdDCalendrier extends Application {
|
||||
activateListeners(html) {
|
||||
super.activateListeners(html);
|
||||
|
||||
HtmlUtility._showControlWhen(".gm-only", game.user.isGM);
|
||||
HtmlUtility._showControlWhen($(".gm-only"), game.user.isGM);
|
||||
|
||||
this.updateDisplay();
|
||||
|
||||
|
Reference in New Issue
Block a user