remove lang tracker

This commit is contained in:
2023-04-01 22:22:30 +02:00
parent 826147e3f7
commit 9d2cb3c11e

View File

@@ -1,7 +1,4 @@
function SetLang(lang) {
try{
umami.trackEvent('Language changed', { type: 'lang', lang: lang });
} catch(e) {}
$.get("index.php?setLang=" + lang, function(data, status){
location.reload();
});