fix fp.js

pull/83/head
Aevann 2023-01-01 04:22:47 +02:00
parent f999e30159
commit 40d8fb252c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const fpPromise = new Promise((resolve, reject) => {
script.onload = resolve;
script.onerror = reject;
script.async = true;
script.src = "{{'js/vendor/fp.js' | asset}}";
script.src = "/assets/js/vendor/fp.js?v=42069";
document.head.appendChild(script);
})
.then(() => FingerprintJS.load({token: fp_token}));