forked from public/foundryvtt-reve-de-dragon
use jQuery path for _showControlWhen
This commit is contained in:
@ -234,7 +234,7 @@ export class RdDActorSheet extends ActorSheet {
|
||||
activateListeners(html) {
|
||||
super.activateListeners(html);
|
||||
|
||||
HtmlUtility._showControlWhen(".gm-only", game.user.isGM);
|
||||
HtmlUtility._showControlWhen($(".gm-only"), game.user.isGM);
|
||||
|
||||
// Everything below here is only needed if the sheet is editable
|
||||
if (!this.options.editable) return;
|
||||
|
Reference in New Issue
Block a user