Merge branch 'main' of github.com:iridos/Bengelsystem

This commit is contained in:
root 2025-05-13 16:47:25 +02:00
commit c4791af1a8
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 ?>"); console.log("log","<?php echo JQUERY ?>");
window.onload = function() { window.onload = function() {
if (!window.jQuery) { 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> </script>

View File

@ -17,7 +17,7 @@ require '_login.php';
<script> <script>
window.onload = function() { window.onload = function() {
if (!window.jQuery) { 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> </script>