extend warning to cover calendar (no extra test)
This commit is contained in:
parent
c23207375b
commit
f6bb4bb9f5
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue