extend warning to cover calendar (no extra test)

This commit is contained in:
root 2025-04-01 14:49:01 +02:00
parent c23207375b
commit f6bb4bb9f5
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ if (!isset($_SESSION["HelferID"])) {
console.log("log","<?php echo JQUERY ?>");
window.onload = function() {
if (!window.jQuery) {
document.getElementById("jquerywarn").innerHTML = "<font size=+2 color=red><b>You have not installed the jquery library!</b></font>";
document.getElementById("jquerywarn").innerHTML = "<font size=+2 color=red><b>You have not installed the jquery library! (also check dhtmlx scheduler for the calendar)</b></font>";
}
}
</script>

View File

@ -17,7 +17,7 @@ require '_login.php';
<script>
window.onload = function() {
if (!window.jQuery) {
document.getElementById("jquerywarn").innerHTML = "<font size=+2 color=red><b>You have not installed the jquery library!</b></font>";
document.getElementById("jquerywarn").innerHTML = "<font size=+2 color=red><b>You have not installed the jquery library!(also check dhtmlx scheduler for the calendar)</b></font>";
}
}
</script>