mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-15 10:55:27 +01:00
try to make install button part 2
This commit is contained in:
parent
d5bc72395d
commit
914b34681e
@ -6,6 +6,9 @@ var accounts = document.getElementById("accounts-list");
|
||||
var listenVisible = false;
|
||||
var workers = [];
|
||||
$(() => workers = new Array(navigator.hardwareConcurrency).fill(null).map(() => new Worker("js/worker.js")));
|
||||
window.addEventListener('beforeinstallprompt', e => {
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
// On load
|
||||
$(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user