Skip to content

Commit

Permalink
Add definitions custom class to notify event
Browse files Browse the repository at this point in the history
  • Loading branch information
guywillis committed Nov 26, 2024
1 parent 2563964 commit 6631bb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/adapt-definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ class Definitions extends Backbone.Controller {
promptText: this.model.get('confirmText') || 'Close'
}
],
_showIcon: this.model.get('_showIcon')
_showIcon: this.model.get('_showIcon'),
_classes: 'is-extension is-definitions'
});

}
Expand Down

0 comments on commit 6631bb5

Please sign in to comment.