From 9163ba335debe2566fc3c736e2a096821e0a516c Mon Sep 17 00:00:00 2001 From: Karsten Siegmund Date: Mon, 1 Jan 2024 21:39:31 +0100 Subject: [PATCH] file with warning as alert that jquery is missing, because I just spent some time finding out why display was wrong. need to decide if we want to keep jquery and where to link it from --- html/js/jquery-3.7.1.min.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 html/js/jquery-3.7.1.min.js diff --git a/html/js/jquery-3.7.1.min.js b/html/js/jquery-3.7.1.min.js new file mode 100644 index 0000000..2251516 --- /dev/null +++ b/html/js/jquery-3.7.1.min.js @@ -0,0 +1 @@ +alert("jquery-3.7.1.min.js is missing from the js directory");