mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Fix build; Nuova nota: 🔉️ Output audio in contemporanea ... su Raspberry Pi
This commit is contained in:
@ -9,7 +9,7 @@ window.addEventListener('load', (function(){
|
||||
var path = (location.pathname + location.search);
|
||||
fetch('https://private-analytics-not-for-public-use.octt.eu.org/sitoctt/count?p=' + path /* + '&rnd=' + Date.now() */)
|
||||
.catch(function(err){
|
||||
console.log(err);
|
||||
console.error(err);
|
||||
fetch('https://sitoctt.goatcounter.com/count?p=' + path);
|
||||
});
|
||||
}));
|
||||
|
Reference in New Issue
Block a user