mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
added event log
This commit is contained in:
parent
4b75844603
commit
73d1bea08c
1 changed files with 1 additions and 0 deletions
|
@ -127,4 +127,5 @@ function previewTheme(name) {
|
|||
function setTheme(name) {
|
||||
config.theme = name;
|
||||
$("#currentTheme").attr("href", `themes/${name}.css`);
|
||||
firebase.analytics().logEvent('changedTheme', name);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue