From f6bb4bb9f53cabc6305163aba54e798bf3e70535 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 1 Apr 2025 14:49:01 +0200 Subject: [PATCH] extend warning to cover calendar (no extra test) --- html/_login.php | 2 +- html/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/_login.php b/html/_login.php index e166924..aa985c2 100644 --- a/html/_login.php +++ b/html/_login.php @@ -54,7 +54,7 @@ if (!isset($_SESSION["HelferID"])) { console.log("log",""); window.onload = function() { if (!window.jQuery) { - document.getElementById("jquerywarn").innerHTML = "You have not installed the jquery library!"; + document.getElementById("jquerywarn").innerHTML = "You have not installed the jquery library! (also check dhtmlx scheduler for the calendar)"; } } diff --git a/html/index.php b/html/index.php index 4fd05d5..b65552f 100644 --- a/html/index.php +++ b/html/index.php @@ -17,7 +17,7 @@ require '_login.php';