Skip to content

Commit

Permalink
Compatibility for old mods
Browse files Browse the repository at this point in the history
  • Loading branch information
tobspr committed Jun 23, 2022
1 parent aa273d3 commit 4e25bf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/js/platform/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ export class AnalyticsInterface {
* @param {string} name
*/
trackDecision(name) {}

// LEGACY 1.5.3
trackUiClick() {}
}

0 comments on commit 4e25bf4

Please sign in to comment.