Skip to content

Commit

Permalink
Fix public/js function missing
Browse files Browse the repository at this point in the history
  • Loading branch information
martialblog committed Jun 14, 2024
1 parent a0588c9 commit 16f245d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/js/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
};

Toplevelview.prototype = {
initialize: function () {
this.module.on('click', '.tlv-view-tree .tlv-tree-node', this.processTreeNodeClick);
this.module.on('click', 'div[href].action', this.buttonClick, this);
this.module.on('rendered', this.rendered);
Expand Down

0 comments on commit 16f245d

Please sign in to comment.