Skip to content

Commit

Permalink
New: Added event trigger (fixes: #71) (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-replin authored Mar 20, 2023
1 parent 91e32fd commit 0eb9660
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ It provides visual accessibility improvements.
* No background images is contingent on alt text.

----------------------------
**Version number:** 1.0.1 <a href="https://community.adaptlearning.org/" target="_blank"><img src="https://github.com/adaptlearning/documentation/blob/master/04_wiki_assets/plug-ins/images/adapt-logo-mrgn-lft.jpg" alt="adapt learning logo" align="right"></a><br/>
**Framework versions:** 5.15+<br/>
**Author / maintainer:** Adapt Core Team with [contributors](https://github.com/cgkineo/adapt-visua11y/graphs/contributors)<br/>
**Accessibility support:** WAI AA<br/>
Expand Down
1 change: 1 addition & 0 deletions js/Visua11yButtonView.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class AnimationsButtonView extends Backbone.View {
});
this.render();
Adapt.visua11y.settingsPrompt.$el.on('click', this.onNotifyClicked);
Adapt.trigger('visua11y:opened');
this.listenTo(Adapt, 'notify:closed', this.onNotifyClosed);
}

Expand Down

0 comments on commit 0eb9660

Please sign in to comment.