Skip to content

Commit

Permalink
bugfix data-tooltip attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfoster authored May 31, 2022
1 parent 7449760 commit 6aa1d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ define([
this.type = this.$target.attr('data-type');
this.index = this.$target.attr('data-index');

this.model.set('tooltip', this.$target.attr('tooltip'));
this.model.set('tooltip', this.$target.attr('data-tooltip'));

},

Expand Down

0 comments on commit 6aa1d41

Please sign in to comment.