Update ajax.js

This commit is contained in:
Boof 2023-01-17 09:58:21 +01:00 committed by GitHub
parent 90ed0588aa
commit 1954b74b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,9 @@
/* This is a simple javascript library that i made.
It needs jquery to function.
The ip grabber does not store the users ip anywhere.
*/
// Set delay to ms
function delay(milliseconds){
return new Promise(resolve => {