From 1954b74b69f392e6efae8053b00a3bdd5dd435d4 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Tue, 17 Jan 2023 09:58:21 +0100 Subject: [PATCH] Update ajax.js --- js/ajax.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/js/ajax.js b/js/ajax.js index 440dcc4..2c62815 100644 --- a/js/ajax.js +++ b/js/ajax.js @@ -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 => {