Removed jQuery

This commit is contained in:
David Carley
2022-09-02 01:08:11 +00:00
parent c6a3732750
commit a5b2f39c5d
11 changed files with 95 additions and 104 deletions

View File

@@ -39,7 +39,7 @@ function uuid(length) {
return s;
}
$(function () {
window.onload = function () {
if (typeof cookie_get("client-id") == "undefined") {
cookie_set("client-id", uuid(), 10000);
}
@@ -145,4 +145,4 @@ $(function () {
// Vue app
require("./app");
});
};