disable animations for ppl with lower than 3GB RAM

remotes/1693045480750635534/spooky-22
Aevann1 2022-06-24 18:12:58 +02:00
parent 17c81ea9ef
commit 13143a72ab
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
const head = document.getElementsByTagName('HEAD')[0];
const link = document.createElement('link');
link.rel = 'stylesheet';
link.href = "/assets/css/disable_awards.css?v=1";
link.href = "/assets/css/lite.css?v=1";
head.appendChild(link);
}
</script>