mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-03-31 17:21:07 +08:00
Count new installations
This commit is contained in:
parent
0dd815bbc3
commit
5eea7b9e8c
@ -87,6 +87,18 @@ if (!Blockbench.isWeb || !Blockbench.isPWA) {
|
||||
$.ajaxSetup({ cache: false });
|
||||
}
|
||||
|
||||
if (Blockbench.startup_count == 1) {
|
||||
try {
|
||||
jQuery.ajax({
|
||||
url: 'https://blckbn.ch/api/event/new_installation',
|
||||
type: 'POST',
|
||||
data: {}
|
||||
})
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
}
|
||||
}
|
||||
|
||||
Blockbench.on('before_closing', (event) => {
|
||||
if (!Blockbench.hasFlag('no_localstorage_saving')) {
|
||||
Settings.saveLocalStorages()
|
||||
|
Loading…
x
Reference in New Issue
Block a user