mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-08 07:36:55 +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…
Add table
Reference in a new issue